We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9896f5e commit cc3726aCopy full SHA for cc3726a
scripts/run_tests_in_ci.js
@@ -21,8 +21,8 @@ const { spawn } = require('child-process-promise');
21
const { writeFileSync } = require('fs');
22
23
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`
+// Maps the packages where we should not run `test:all` and instead isolate the cross-browser tests.
+// TODO(dwyfrequency): Update object with `storage` and `firestore` packages.
26
const crossBrowserPackages = { 'packages/auth': 'test:browser:unit' };
27
28
function writeLogs(status, name, logText) {
0 commit comments