Skip to content

Commit 2903c59

Browse files
committed
chore: adjust import for path module
1 parent a0bd59b commit 2903c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/enums.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import path from "path";
1+
import * as path from "path";
22

33
export const FIXTURES_DIR = path.resolve(__dirname, "./fixtures");
44
export const YAML_COMBINE_FILE = path.resolve(FIXTURES_DIR, "yaml_combine_tag.yml");

0 commit comments

Comments
 (0)