Skip to content

Commit 26ad031

Browse files
committed
fix: adds intial work for recursion fix
1 parent 14eb467 commit 26ad031

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/__tests__/parser.test.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ jest.mock('@jspm/generator', () => ({
2121
parseUrlPkg: jest.fn(),
2222
}))
2323

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-
3324
jest.mock('../config')
3425

3526
describe("parseNodeModuleCachePath", () => {

0 commit comments

Comments
 (0)