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 44b8c46 commit b95bc35Copy full SHA for b95bc35
packages/app-check/package.json
@@ -16,7 +16,7 @@
16
"build": "rollup -c",
17
"build:deps": "lerna run --scope @firebase/app-check --include-dependencies build",
18
"dev": "rollup -c -w",
19
- "test": "yarn type-check && yarn test:browser",
+ "test": "yarn lint && yarn type-check && yarn test:browser",
20
"test:ci": "node ../../scripts/run_tests_in_ci.js",
21
"test:browser": "karma start --single-run",
22
"test:browser:debug": "karma start --browsers Chrome --auto-watch",
packages/app-check/src/api.test.ts
*/
import '../test/setup';
import { expect } from 'chai';
-import { stub, spy, restore } from 'sinon';
+import { stub, spy } from 'sinon';
import {
activate,
setTokenAutoRefreshEnabled,
0 commit comments