Skip to content

Commit

Permalink
disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Feb 5, 2025
1 parent 3be06d2 commit e003d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/run-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ async function main() {

console.log('My test list:', myTestList);

myTestList = myTestList.filter(tp => tp.match(/segment/))

Check failure on line 247 in test/e2e/run-all.js

View workflow job for this annotation

GitHub Actions / Test lint / Test lint

Replace `tp·=>·tp.match(/segment/))` with `(tp)·=>·tp.match(/segment/));`

Check failure on line 247 in test/e2e/run-all.js

View workflow job for this annotation

GitHub Actions / Test lint / Test lint

Use the 'u' flag

// spawn `run-e2e-test.js` for each test in myTestList
for (let testPath of myTestList) {
if (testPath !== '') {
Expand Down

0 comments on commit e003d9b

Please sign in to comment.