Skip to content

Commit 5bf41d2

Browse files
committed
fix yaml finder
1 parent 9e69437 commit 5bf41d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cubejs-schema-compiler/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@
113113
],
114114
"moduleNameMapper": {
115115
"^axios$": "axios/dist/node/axios.cjs",
116-
"^uuid$": "<rootDir>/../../node_modules/uuid/dist/index.js"
116+
"^uuid$": "<rootDir>/../../node_modules/uuid/dist/index.js",
117+
"^yaml$": "<rootDir>/../../node_modules/yaml/dist/index.js"
117118
},
118119
"snapshotFormat": {
119120
"escapeString": true,

0 commit comments

Comments
 (0)