Skip to content

Commit 39b0142

Browse files
CI path.resolve fix
1 parent b96658b commit 39b0142

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rules/independentModules/helpers/validateImport/helpers/validateAll/helpers/getImportPaths.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ describe("getImportPaths", () => {
111111
projectRootWithBaseUrl: "C:/Users/project",
112112
}),
113113
).toEqual(expected);
114+
115+
jest.clearAllMocks();
114116
},
115117
);
116118
});

0 commit comments

Comments
 (0)