Skip to content

Commit f2a68f0

Browse files
committed
test: disable again tests for browserstack and saucelabs
1 parent 6cd7efa commit f2a68f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/test-runner-browserstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"scripts": {
2828
"build": "tsc",
29-
"test:node": "node --experimental-strip-types --test --test-force-exit \"test-remote/**/*.test.ts\"",
29+
"test": "node --experimental-strip-types --test --test-force-exit \"test-remote/**/*.test.ts\"",
3030
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test-remote/**/*.test.ts\""
3131
},
3232
"files": [

packages/test-runner-saucelabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"scripts": {
2828
"build": "tsc",
29-
"test:node": "node --experimental-strip-types --test --test-force-exit \"test-remote/**/*.test.ts\"",
29+
"test": "node --experimental-strip-types --test --test-force-exit \"test-remote/**/*.test.ts\"",
3030
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test-remote/**/*.test.ts\""
3131
},
3232
"files": [

0 commit comments

Comments
 (0)