File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import * as _ from 'lodash';
2121import * as chai from 'chai' ;
2222import * as sinon from 'sinon' ;
2323import { HttpClient } from '../../../src/utils/api-request' ;
24- import * as sinonChai from 'sinon-chai' ;
2524import * as utils from '../utils' ;
2625import * as mocks from '../../resources/mocks' ;
2726import { getMetricsHeader , getSdkVersion } from '../../../src/utils' ;
@@ -32,7 +31,6 @@ import { FirebaseAppError } from '../../../src/utils/error';
3231import { deepCopy } from '../../../src/utils/deep-copy' ;
3332
3433const expect = chai . expect ;
35- chai . use ( sinonChai ) ;
3634
3735describe ( 'AppCheckApiClient' , ( ) => {
3836
Original file line number Diff line number Diff line change 2020import * as _ from 'lodash' ;
2121import * as chai from 'chai' ;
2222import * as sinon from 'sinon' ;
23- import * as sinonChai from 'sinon-chai' ;
2423import * as mocks from '../../resources/mocks' ;
2524
2625import { FirebaseApp } from '../../../src/app/firebase-app' ;
@@ -32,7 +31,6 @@ import { ServiceAccountSigner } from '../../../src/utils/crypto-signer';
3231import { AppCheckTokenVerifier } from '../../../src/app-check/token-verifier' ;
3332
3433const expect = chai . expect ;
35- chai . use ( sinonChai ) ;
3634
3735describe ( 'AppCheck' , ( ) => {
3836
You can’t perform that action at this time.
0 commit comments