Skip to content

Commit 50026a3

Browse files
jlloyd-widenKSDaemon
authored andcommitted
attempting fix to schema compiler integration tests
1 parent 3639ef0 commit 50026a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/cubejs-schema-compiler/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999
".*\\.d\\.ts"
100100
],
101101
"globalSetup": "<rootDir>/dist/test/global-setup.js",
102-
"snapshotResolver": "<rootDir>/test/snapshotResolver.js"
102+
"snapshotResolver": "<rootDir>/test/snapshotResolver.js",
103+
"transformIgnorePatterns": [
104+
"/node_modules/(?!node-fetch).+\\.js$"
105+
]
103106
}
104107
}

0 commit comments

Comments
 (0)