Skip to content

Commit d11b313

Browse files
committed
Formatting
1 parent 89a29d4 commit d11b313

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

integration/compat-interop/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ module.exports = function (config) {
3131
});
3232

3333
config.set(karmaConfig);
34-
};
34+
};

packages/vertexai/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ module.exports = function (config) {
3030
};
3131

3232
config.set(karmaConfig);
33-
};
33+
};

packages/vertexai/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"test:ci": "yarn testsetup && node ../../scripts/run_tests_in_ci.js -s test",
4040
"test:skip-clone": "karma start",
4141
"test:browser": "yarn testsetup && karma start",
42+
"test:integration": "karma start --integration",
4243
"api-report": "api-extractor run --local --verbose",
4344
"typings:public": "node ../../scripts/build/use_typings.js ./dist/vertexai-public.d.ts",
4445
"trusted-type-check": "tsec -p tsconfig.json --noEmit"

0 commit comments

Comments
 (0)