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 14eb467 commit 26ad031Copy full SHA for 26ad031
src/__tests__/parser.test.ts
@@ -21,15 +21,6 @@ jest.mock('@jspm/generator', () => ({
21
parseUrlPkg: jest.fn(),
22
}))
23
24
-jest.mock("../utils", () => {
25
- const actual = jest.requireActual("../utils");
26
- return {
27
- __esModule: true,
28
- ...actual,
29
- };
30
-});
31
-import * as utils from "../utils";
32
-
33
jest.mock('../config')
34
35
describe("parseNodeModuleCachePath", () => {
0 commit comments