Skip to content

Commit fe25775

Browse files
committed
format
1 parent af3dd18 commit fe25775

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ import '../setup';
1818
import { expect } from 'chai';
1919
import { stub } from 'sinon';
2020
import * as modularStorage from '@firebase/storage';
21-
import {
22-
makeTestCompatStorage,
23-
fakeApp,
24-
fakeStorage
25-
} from '../utils';
21+
import { makeTestCompatStorage, fakeApp, fakeStorage } from '../utils';
2622
import {
2723
FirebaseStorage,
2824
getStorage,

0 commit comments

Comments
 (0)