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 3939f1a commit 0258955Copy full SHA for 0258955
jest.base.config.js
@@ -15,6 +15,7 @@ module.exports = {
15
// @See https://github.com/uuidjs/uuid/issues/451
16
'^uuid$': require.resolve('uuid'),
17
'^yaml$': require.resolve('yaml'),
18
+ '^antlr4$': require.resolve('antlr4'),
19
},
20
setupFiles: ['../../jest.setup.js'],
21
snapshotFormat: {
packages/cubejs-schema-compiler/jest.config.js
@@ -19,6 +19,5 @@ module.exports = {
...base.moduleNameMapper,
'^yaml$': require.resolve('yaml'), // Because we have `yaml` as direct dependency here we need to resolve it relative to this package
'^axios$': require.resolve('axios'),
22
- '^antlr4$': require.resolve('antlr4'),
23
}
24
};
0 commit comments