Skip to content

Commit ee87d99

Browse files
committed
Restore packages/firestore integration tests
1 parent 5575a4c commit ee87d99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/run_saucelabs.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ async function runKarma(testFile) {
8181
buildNumber
8282
];
8383

84-
if (testFile.includes('packages/firestore')) {
85-
// Firestore requires this flag to run unit tests only.
86-
karmaArgs.push('--unit');
87-
}
8884
const promise = spawn('npx', karmaArgs, { stdio: 'inherit' });
8985
const childProcess = promise.childProcess;
9086
let exitCode = 0;

0 commit comments

Comments
 (0)