Skip to content

Commit ae144a0

Browse files
committed
update mjs import
1 parent e42e45c commit ae144a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import fs from "fs";
44
import fetch from 'node-fetch';
55
import zlib from "zlib";
66

7-
import JsonCachingProxy from '../index.js';
7+
import JsonCachingProxy from '../index.mjs';
88

99
const npmPackage = JSON.parse(fs.readFileSync('./package.json'));
1010
const mockServerPort = 8118;

0 commit comments

Comments
 (0)