Skip to content

Commit 958851d

Browse files
committed
feat: updates comment
1 parent 91ae34c commit 958851d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/__tests__/utils.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs";
2-
import * as path from "node:path";
32
import { ensureDirSync } from 'src/utils';
43

54
jest.mock("node:fs");
6-
jest.mock("node:path");
75

86
test("ensureDirSync has dir", () => {
97
const dir = "/path/to/dir";

0 commit comments

Comments
 (0)