Skip to content

Commit 0cebdc5

Browse files
committed
clean up imports in unit tests
1 parent a13c2f2 commit 0cebdc5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/unit/app-check/app-check-api-client-internal.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import * as _ from 'lodash';
2121
import * as chai from 'chai';
2222
import * as sinon from 'sinon';
2323
import { HttpClient } from '../../../src/utils/api-request';
24-
import * as sinonChai from 'sinon-chai';
2524
import * as utils from '../utils';
2625
import * as mocks from '../../resources/mocks';
2726
import { getMetricsHeader, getSdkVersion } from '../../../src/utils';
@@ -32,7 +31,6 @@ import { FirebaseAppError } from '../../../src/utils/error';
3231
import { deepCopy } from '../../../src/utils/deep-copy';
3332

3433
const expect = chai.expect;
35-
chai.use(sinonChai);
3634

3735
describe('AppCheckApiClient', () => {
3836

test/unit/app-check/app-check.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import * as _ from 'lodash';
2121
import * as chai from 'chai';
2222
import * as sinon from 'sinon';
23-
import * as sinonChai from 'sinon-chai';
2423
import * as mocks from '../../resources/mocks';
2524

2625
import { FirebaseApp } from '../../../src/app/firebase-app';
@@ -32,7 +31,6 @@ import { ServiceAccountSigner } from '../../../src/utils/crypto-signer';
3231
import { AppCheckTokenVerifier } from '../../../src/app-check/token-verifier';
3332

3433
const expect = chai.expect;
35-
chai.use(sinonChai);
3634

3735
describe('AppCheck', () => {
3836

0 commit comments

Comments
 (0)