We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7155ea commit fd23ad0Copy full SHA for fd23ad0
test/unit/storage/storage.spec.ts
@@ -114,7 +114,7 @@ describe('Storage', () => {
114
});
115
116
117
- describe.only('Emulator mode', () => {
+ describe('Emulator mode', () => {
118
const VALID_EMULATOR_HOST = 'localhost:9199';
119
const INVALID_EMULATOR_HOST = 'https://localhost:9199';
120
@@ -136,7 +136,7 @@ describe('Storage', () => {
136
expect(() => new Storage(mockApp)).to.throw(
137
'FIREBASE_STORAGE_EMULATOR_HOST should not contain a protocol');
138
139
-
+
140
after(() => {
141
delete process.env.STORAGE_EMULATOR_HOST;
142
delete process.env.FIREBASE_STORAGE_EMULATOR_HOST;
0 commit comments