Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lint fix
  • Loading branch information
ssbushi committed Mar 11, 2021
commit bdca9fa6e26f97891f9f77ae5d081c847013d5de
2 changes: 1 addition & 1 deletion test/unit/storage/storage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe('Storage', () => {

describe('Emulator Support', () => {
it('sets STORAGE_EMULATOR_HOST if FIREBASE_STORAGE_EMULATOR_HOST is set', () => {
const EMULATOR_HOST = "http://localhost:9199";
const EMULATOR_HOST = 'http://localhost:9199';
delete process.env.STORAGE_EMULATOR_HOST;
process.env.FIREBASE_STORAGE_EMULATOR_HOST = EMULATOR_HOST;

Expand Down