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 dedbfa3 commit 17a1679Copy full SHA for 17a1679
packages-exp/auth-exp/package.json
@@ -24,8 +24,8 @@
24
"dev": "rollup -c -w",
25
"test": "run-p lint test:all",
26
"test:all": "run-p test:browser test:node",
27
- "test:integration:local": "run-s test:node:integration:local test:browser:integration:local test:webdriver",
28
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
+ "test:integration:local": "run-s test:node:integration:local test:browser:integration:local test:webdriver",
29
"test:browser": "karma start --single-run",
30
"test:browser:unit": "karma start --single-run --unit",
31
"test:browser:integration": "karma start --single-run --integration",
0 commit comments