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 3639ef0 commit 50026a3Copy full SHA for 50026a3
packages/cubejs-schema-compiler/package.json
@@ -99,6 +99,9 @@
99
".*\\.d\\.ts"
100
],
101
"globalSetup": "<rootDir>/dist/test/global-setup.js",
102
- "snapshotResolver": "<rootDir>/test/snapshotResolver.js"
+ "snapshotResolver": "<rootDir>/test/snapshotResolver.js",
103
+ "transformIgnorePatterns": [
104
+ "/node_modules/(?!node-fetch).+\\.js$"
105
+ ]
106
}
107
0 commit comments