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 1931fad commit 266bed2Copy full SHA for 266bed2
packages/browser-integration-tests/scripts/detectFlakyTests.ts
@@ -9,7 +9,7 @@ async function run(): Promise<void> {
9
const testPaths = getTestPaths();
10
11
try {
12
- const changedPaths = process.env.CHANGED_TEST_PATHS ? JSON.parse(process.env.CHANGED_TEST_PATHS) : []];
+ const changedPaths = process.env.CHANGED_TEST_PATHS ? JSON.parse(process.env.CHANGED_TEST_PATHS) : [];
13
14
if (changedPaths.length > 0) {
15
console.log(`Detected changed test paths: ${changedPaths.join(', ')}`);
0 commit comments