Skip to content

Commit 0258955

Browse files
committed
fix for jest
1 parent 3939f1a commit 0258955

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

jest.base.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
// @See https://github.com/uuidjs/uuid/issues/451
1616
'^uuid$': require.resolve('uuid'),
1717
'^yaml$': require.resolve('yaml'),
18+
'^antlr4$': require.resolve('antlr4'),
1819
},
1920
setupFiles: ['../../jest.setup.js'],
2021
snapshotFormat: {

packages/cubejs-schema-compiler/jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ module.exports = {
1919
...base.moduleNameMapper,
2020
'^yaml$': require.resolve('yaml'), // Because we have `yaml` as direct dependency here we need to resolve it relative to this package
2121
'^axios$': require.resolve('axios'),
22-
'^antlr4$': require.resolve('antlr4'),
2322
}
2423
};

0 commit comments

Comments
 (0)