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 91ae34c commit 958851dCopy full SHA for 958851d
src/__tests__/utils.test.ts
@@ -1,9 +1,7 @@
1
import * as fs from "node:fs";
2
-import * as path from "node:path";
3
import { ensureDirSync } from 'src/utils';
4
5
jest.mock("node:fs");
6
-jest.mock("node:path");
7
8
test("ensureDirSync has dir", () => {
9
const dir = "/path/to/dir";
0 commit comments