Skip to content

Commit

Permalink
update mjs import
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyseng committed Mar 8, 2022
1 parent e42e45c commit ae144a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fs from "fs";
import fetch from 'node-fetch';
import zlib from "zlib";

import JsonCachingProxy from '../index.js';
import JsonCachingProxy from '../index.mjs';

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

0 comments on commit ae144a0

Please sign in to comment.