File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import * as database from '../../src/providers/database';
2424import { expect as expect } from 'chai' ;
2525import { fakeConfig } from '../support/helpers' ;
2626import { apps as appsNamespace } from '../../src/apps' ;
27- import { config } from '../../src/config ' ;
27+ import { config } from '../../src/index ' ;
2828
2929describe ( 'DatabaseBuilder' , ( ) => {
3030
Original file line number Diff line number Diff line change 2323import * as storage from '../../src/providers/storage' ;
2424import { expect as expect } from 'chai' ;
2525import { fakeConfig } from '../support/helpers' ;
26- import { config } from '../../src/config ' ;
26+ import { config } from '../../src/index ' ;
2727
2828describe ( 'storage.FunctionBuilder' , ( ) => {
2929 before ( ( ) => {
Original file line number Diff line number Diff line change 2222
2323import * as _ from 'lodash' ;
2424import * as firebase from 'firebase-admin' ;
25- import { config } from './config ' ;
25+ import { config } from './index ' ;
2626import sha1 = require( 'sha1' ) ;
2727
2828/** @internal */
You can’t perform that action at this time.
0 commit comments