File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11import { expect } from "chai" ;
22import { App , initializeApp } from "firebase-admin/app" ;
33import * as appCheck from "firebase-admin/app-check" ;
4+ import nock from "nock" ;
45import * as sinon from "sinon" ;
5- import * as nock from "nock" ;
66
77import { getApp , setApp } from "../../../src/common/app" ;
88import * as debug from "../../../src/common/debug" ;
Original file line number Diff line number Diff line change 2020// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121// SOFTWARE.
2222
23- import * as nock from ' nock' ;
23+ import nock from " nock" ;
2424
2525interface AccessToken {
2626 access_token : string ;
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "resolveJsonModule" : true ,
4- "sourceMap" : true
4+ "sourceMap" : true ,
5+ "esModuleInterop" : true
56 },
67 "extends" : " ./tsconfig.release.json" ,
7- "include" : [
8- " **/*.ts" ,
9- " .eslintrc.js" ,
10- " integration_test/**/*"
11- ]
8+ "include" : [" **/*.ts" , " .eslintrc.js" , " integration_test/**/*" ]
129}
You can’t perform that action at this time.
0 commit comments