Skip to content

Commit 88a695f

Browse files
committed
fix: attempt to use full .js paths in imports
1 parent ab6ab8a commit 88a695f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lib/ddp.tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import DDP from '../../lib/ddp';
1+
import DDP from '../../lib/ddp.js';
22
import { WebSocket } from 'mock-socket';
33
import { expect } from 'chai';
4-
import { server } from '../hooks/mockServer';
4+
import { server } from '../hooks/mockServer.js';
55

66
describe('ddp', function () {
77
let validOptions;

0 commit comments

Comments
 (0)