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 5fbfdaa commit 3b8433fCopy full SHA for 3b8433f
packages/browser/package.json
@@ -81,7 +81,7 @@
81
"test:unit": "jest --config test/unit/jest.config.js",
82
"test:integration": "test/integration/run.js",
83
"test:integration:checkbrowsers": "node scripts/checkbrowsers.js",
84
- "test:e2e": "yarn --cwd ./test/e2 test",
+ "test:e2e": "yarn --cwd ./test/e2e test",
85
"test:package": "node test/package/npm-build.js && rm test/package/tmp.js",
86
"test:unit:watch": "jest --config test/unit/jest.config.js --watch",
87
"test:integration:watch": "test/integration/run.js --watch"
0 commit comments