File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/storage-compat/test/unit Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- import '@firebase/storage-compat/test /setup' ;
17
+ import '.. /setup' ;
18
18
import { expect } from 'chai' ;
19
19
import { stub } from 'sinon' ;
20
20
import * as modularStorage from '@firebase/storage' ;
21
21
import {
22
22
makeTestCompatStorage ,
23
23
fakeApp ,
24
24
fakeStorage
25
- } from '@firebase/storage-compat/test /utils' ;
25
+ } from '.. /utils' ;
26
26
import {
27
27
FirebaseStorage ,
28
28
getStorage ,
@@ -35,7 +35,7 @@ const testModularStorage = getStorage(testCompatApp);
35
35
36
36
const DEFAULT_HOST = 'firebasestorage.googleapis.com' ;
37
37
38
- describe . only ( 'Firebase Storage > Service' , ( ) => {
38
+ describe ( 'Firebase Storage > Service' , ( ) => {
39
39
describe ( 'useEmulator(host, port)' , ( ) => {
40
40
it ( 'calls connectStorageEmulator() correctly' , ( ) => {
41
41
const connectStorageEmulatorStub = stub (
You can’t perform that action at this time.
0 commit comments