We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bd59b commit 2903c59Copy full SHA for 2903c59
tests/enums.ts
@@ -1,4 +1,4 @@
1
-import path from "path";
+import * as path from "path";
2
3
export const FIXTURES_DIR = path.resolve(__dirname, "./fixtures");
4
export const YAML_COMBINE_FILE = path.resolve(FIXTURES_DIR, "yaml_combine_tag.yml");
0 commit comments