Skip to content

Commit 920ba7e

Browse files
committed
sinon.restore
1 parent de6018d commit 920ba7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import '../test/setup';
1919
import { expect } from 'chai';
2020
import { SinonStub, spy, stub, useFakeTimers } from 'sinon';
21+
import * as sinon from 'sinon';
2122
import { deleteApp, FirebaseApp } from '@firebase/app';
2223
import {
2324
FAKE_SITE_KEY,
@@ -81,6 +82,7 @@ describe('internal api', () => {
8182
clearState();
8283
removegreCAPTCHAScriptsOnPage();
8384
return deleteApp(app);
85+
sinon.restore();
8486
});
8587
// TODO: test error conditions
8688
describe('getToken()', () => {

0 commit comments

Comments
 (0)