We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42e45c commit ae144a0Copy full SHA for ae144a0
test/index.spec.js
@@ -4,7 +4,7 @@ import fs from "fs";
4
import fetch from 'node-fetch';
5
import zlib from "zlib";
6
7
-import JsonCachingProxy from '../index.js';
+import JsonCachingProxy from '../index.mjs';
8
9
const npmPackage = JSON.parse(fs.readFileSync('./package.json'));
10
const mockServerPort = 8118;
0 commit comments