Skip to content

Commit 3b8433f

Browse files
committed
Fix typo on test runner script
1 parent 5fbfdaa commit 3b8433f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"test:unit": "jest --config test/unit/jest.config.js",
8282
"test:integration": "test/integration/run.js",
8383
"test:integration:checkbrowsers": "node scripts/checkbrowsers.js",
84-
"test:e2e": "yarn --cwd ./test/e2 test",
84+
"test:e2e": "yarn --cwd ./test/e2e test",
8585
"test:package": "node test/package/npm-build.js && rm test/package/tmp.js",
8686
"test:unit:watch": "jest --config test/unit/jest.config.js --watch",
8787
"test:integration:watch": "test/integration/run.js --watch"

0 commit comments

Comments
 (0)