Skip to content

Commit

Permalink
chore(tests): Remove ES6 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast committed Jan 10, 2017
1 parent 4b15969 commit da9a148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/FirebaseStorage.spec.js
Expand Up @@ -33,7 +33,7 @@ describe('$firebaseStorage', function () {
expect(storage).not.toBe(null);
});

it('should throw error given a non-reference', () => {
it('should throw error given a non-reference', function() {
function errorWrapper() {
var storage = $firebaseStorage(null);
}
Expand Down

0 comments on commit da9a148

Please sign in to comment.