Skip to content

Commit 7a55378

Browse files
committed
sinon.restore
1 parent 9b57283 commit 7a55378

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,
@@ -90,6 +91,7 @@ describe('internal api', () => {
9091
clearState();
9192
removegreCAPTCHAScriptsOnPage();
9293
return deleteApp(app);
94+
sinon.restore();
9395
});
9496
// TODO: test error conditions
9597
describe('getToken()', () => {

0 commit comments

Comments
 (0)