Skip to content

Commit d17ecc9

Browse files
committed
chore(tests): Fix jest yaml resolution in schema-compiler
1 parent 1cfe4c2 commit d17ecc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"moduleNameMapper": {
116116
"^axios$": "<rootDir>/../../node_modules/axios/dist/node/axios.cjs",
117117
"^uuid$": "<rootDir>/../../node_modules/uuid/dist/index.js",
118-
"^yaml$": "<rootDir>/../../node_modules/yaml/dist/index.js"
118+
"^yaml$": "<rootDir>/node_modules/yaml/dist/index.js"
119119
},
120120
"snapshotFormat": {
121121
"escapeString": true,

0 commit comments

Comments
 (0)