We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be38a47 commit 9896f5eCopy full SHA for 9896f5e
scripts/run_tests_in_ci.js
@@ -21,6 +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`
26
const crossBrowserPackages = { 'packages/auth': 'test:browser:unit' };
27
28
function writeLogs(status, name, logText) {
0 commit comments