Skip to content

Commit 28f8053

Browse files
committed
Brought back uncommented code
1 parent 11a6004 commit 28f8053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/storage/test/unit/service.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ function makeGsUrl(child: string = ''): string {
4848
}
4949

5050
describe('Firebase Storage > Service', () => {
51-
// before(() => injectTestConnection(newTestConnection));
52-
// after(() => injectTestConnection(null));
51+
before(() => injectTestConnection(newTestConnection));
52+
after(() => injectTestConnection(null));
5353

5454
describe('simple constructor', () => {
5555
const service = new FirebaseStorageImpl(

0 commit comments

Comments
 (0)