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 4d6a5ce commit 3fbb6d6Copy full SHA for 3fbb6d6
config/karma.base.js
@@ -60,7 +60,6 @@ const config = {
60
preprocessors: {
61
'test/**/*.ts': ['webpack', 'sourcemap'],
62
'src/**/*.test.ts': ['webpack', 'sourcemap'],
63
- 'integration/**/*.ts': ['webpack', 'sourcemap']
64
},
65
66
mime: { 'text/x-typescript': ['ts', 'tsx'] },
packages/vertexai/karma.conf.js
@@ -34,6 +34,11 @@ module.exports = function (config) {
34
const karmaConfig = {
35
...karmaBase,
36
37
+ preprocessors: {
38
+ ...karmaBase.preprocessors,
39
+ 'integration/**/*.ts': ['webpack', 'sourcemap']
40
+ },
41
+
42
// files to load into karma
43
files: (() => {
44
if (argv.integration) {
0 commit comments