Skip to content

Commit

Permalink
Update comment describing crossBrowserPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
dwyfrequency committed Aug 19, 2022
1 parent 9896f5e commit cc3726a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_tests_in_ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const { spawn } = require('child-process-promise');
const { writeFileSync } = require('fs');

const LOGDIR = process.env.CI ? process.env.HOME : '/tmp';
// Maps the packages that have standalone cross browser testing to the necessary test script.
// 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.
const crossBrowserPackages = { 'packages/auth': 'test:browser:unit' };

function writeLogs(status, name, logText) {
Expand Down

0 comments on commit cc3726a

Please sign in to comment.