Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit da9a148

Browse files
committed
chore(tests): Remove ES6 syntax
1 parent 4b15969 commit da9a148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/FirebaseStorage.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('$firebaseStorage', function () {
3333
expect(storage).not.toBe(null);
3434
});
3535

36-
it('should throw error given a non-reference', () => {
36+
it('should throw error given a non-reference', function() {
3737
function errorWrapper() {
3838
var storage = $firebaseStorage(null);
3939
}

0 commit comments

Comments
 (0)