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 0ed3f02 commit 71b3b8bCopy full SHA for 71b3b8b
src/feature-management/package.json
@@ -31,7 +31,7 @@
31
"lint": "eslint src/ test/ --ignore-pattern test/browser/testcases.js",
32
"fix-lint": "eslint src/ test/ --fix --ignore-pattern test/browser/testcases.js",
33
"test": "mocha out/esm/test/*.test.js out/commonjs/test/*.test.js --parallel",
34
- "test-browser": "vitest --config vitest.browser.config.ts run"
+ "test-browser": "npx playwright install chromium && vitest --config vitest.browser.config.ts run"
35
},
36
"repository": {
37
"type": "git",
0 commit comments