Skip to content

Commit b95bc35

Browse files
committed
Fix lint
1 parent 44b8c46 commit b95bc35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "rollup -c",
1717
"build:deps": "lerna run --scope @firebase/app-check --include-dependencies build",
1818
"dev": "rollup -c -w",
19-
"test": "yarn type-check && yarn test:browser",
19+
"test": "yarn lint && yarn type-check && yarn test:browser",
2020
"test:ci": "node ../../scripts/run_tests_in_ci.js",
2121
"test:browser": "karma start --single-run",
2222
"test:browser:debug": "karma start --browsers Chrome --auto-watch",

packages/app-check/src/api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
import '../test/setup';
1818
import { expect } from 'chai';
19-
import { stub, spy, restore } from 'sinon';
19+
import { stub, spy } from 'sinon';
2020
import {
2121
activate,
2222
setTokenAutoRefreshEnabled,

0 commit comments

Comments
 (0)