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 1cfe4c2 commit d17ecc9Copy full SHA for d17ecc9
packages/cubejs-schema-compiler/package.json
@@ -115,7 +115,7 @@
115
"moduleNameMapper": {
116
"^axios$": "<rootDir>/../../node_modules/axios/dist/node/axios.cjs",
117
"^uuid$": "<rootDir>/../../node_modules/uuid/dist/index.js",
118
- "^yaml$": "<rootDir>/../../node_modules/yaml/dist/index.js"
+ "^yaml$": "<rootDir>/node_modules/yaml/dist/index.js"
119
},
120
"snapshotFormat": {
121
"escapeString": true,
0 commit comments