Skip to content

Commit a00136c

Browse files
authored
Ensure firefox tests exclude unnecessary tests (#7162)
1 parent 464e7a5 commit a00136c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/run_tests_in_ci.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ const LOGDIR = process.env.CI ? process.env.HOME : '/tmp';
2525
// TODO(dwyfrequency): Update object with `storage` and `firestore` packages.
2626
const crossBrowserPackages = {
2727
'packages/auth': 'test:browser:unit',
28-
'packages/firestore': 'test:browser:unit'
28+
'packages/auth-compat': 'test:browser:unit',
29+
'packages/firestore': 'test:browser:unit',
30+
'packages/firestore-compat': 'test:browser'
2931
};
3032

3133
function writeLogs(status, name, logText) {

0 commit comments

Comments
 (0)