Skip to content

Commit 9896f5e

Browse files
committed
Add note describing crossBrowserPackages object
1 parent be38a47 commit 9896f5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/run_tests_in_ci.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +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`
2426
const crossBrowserPackages = { 'packages/auth': 'test:browser:unit' };
2527

2628
function writeLogs(status, name, logText) {

0 commit comments

Comments
 (0)