Skip to content

Commit cc3726a

Browse files
committed
Update comment describing crossBrowserPackages
1 parent 9896f5e commit cc3726a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run_tests_in_ci.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const { spawn } = require('child-process-promise');
2121
const { writeFileSync } = require('fs');
2222

2323
const LOGDIR = process.env.CI ? process.env.HOME : '/tmp';
24-
// Maps the packages that have standalone cross browser testing to the necessary test script.
25-
// Note, the standalone tests are not covered by `test:changed core`
24+
// Maps the packages where we should not run `test:all` and instead isolate the cross-browser tests.
25+
// TODO(dwyfrequency): Update object with `storage` and `firestore` packages.
2626
const crossBrowserPackages = { 'packages/auth': 'test:browser:unit' };
2727

2828
function writeLogs(status, name, logText) {

0 commit comments

Comments
 (0)