add missing ext

This commit is contained in:
syuilo
2024-01-20 14:05:09 +09:00
parent cb74b61755
commit 094c6e32ff
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import WS from 'jest-websocket-mock';
import Stream from '../src/streaming';
import Stream from '../src/streaming.js';
describe('Streaming', () => {
test('useChannel', async () => {