Skip to content

Commit

Permalink
bin/test-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jan 7, 2025
1 parent 51c96e1 commit 179492e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/test-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ if (process.env.PERF) {
testUrl = testRoot + 'mapreduce/index.html';
} else if (process.env.TYPE === 'find') {
testUrl = testRoot + 'find/index.html';
} else if (process.env.TYPE === 'multi-tab') {
testUrl = testRoot + 'multi-tab/index.html';
} else {
testUrl = testRoot + 'integration/index.html';
}
Expand Down

0 comments on commit 179492e

Please sign in to comment.