Skip to content

Commit e6ac482

Browse files
committed
fix: Revert regression introduced in #1257
1 parent e7155ea commit e6ac482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/storage/storage.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('Storage', () => {
114114
});
115115
});
116116

117-
describe.only('Emulator mode', () => {
117+
describe('Emulator mode', () => {
118118
const VALID_EMULATOR_HOST = 'localhost:9199';
119119
const INVALID_EMULATOR_HOST = 'https://localhost:9199';
120120

@@ -136,7 +136,7 @@ describe('Storage', () => {
136136
expect(() => new Storage(mockApp)).to.throw(
137137
'FIREBASE_STORAGE_EMULATOR_HOST should not contain a protocol');
138138
});
139-
139+
140140
after(() => {
141141
delete process.env.STORAGE_EMULATOR_HOST;
142142
delete process.env.FIREBASE_STORAGE_EMULATOR_HOST;

0 commit comments

Comments
 (0)