Skip to content

Commit af3dd18

Browse files
committed
update import path
1 parent 0a1d781 commit af3dd18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
import '@firebase/storage-compat/test/setup';
17+
import '../setup';
1818
import { expect } from 'chai';
1919
import { stub } from 'sinon';
2020
import * as modularStorage from '@firebase/storage';
2121
import {
2222
makeTestCompatStorage,
2323
fakeApp,
2424
fakeStorage
25-
} from '@firebase/storage-compat/test/utils';
25+
} from '../utils';
2626
import {
2727
FirebaseStorage,
2828
getStorage,
@@ -35,7 +35,7 @@ const testModularStorage = getStorage(testCompatApp);
3535

3636
const DEFAULT_HOST = 'firebasestorage.googleapis.com';
3737

38-
describe.only('Firebase Storage > Service', () => {
38+
describe('Firebase Storage > Service', () => {
3939
describe('useEmulator(host, port)', () => {
4040
it('calls connectStorageEmulator() correctly', () => {
4141
const connectStorageEmulatorStub = stub(

0 commit comments

Comments
 (0)