Skip to content
Snippets Groups Projects
Commit 094c6e32 authored by syuilo's avatar syuilo
Browse files

add missing ext

parent cb74b617
No related branches found
No related tags found
No related merge requests found
import { expectType } from 'tsd';
import * as Misskey from '../src';
import * as Misskey from '../src/index.js';
describe('API', () => {
test('success', async () => {
......
import { expectType } from 'tsd';
import * as Misskey from '../src';
import * as Misskey from '../src/index.js';
describe('Streaming', () => {
test('emit type', async () => {
......
import { enableFetchMocks } from 'jest-fetch-mock';
import { APIClient, isAPIError } from '../src/api';
import { APIClient, isAPIError } from '../src/api.js';
enableFetchMocks();
......
import WS from 'jest-websocket-mock';
import Stream from '../src/streaming';
import Stream from '../src/streaming.js';
describe('Streaming', () => {
test('useChannel', async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment