Skip to content

Commit 145f809

Browse files
author
Philipp Alferov
committed
Update tests
1 parent c787644 commit 145f809

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

test/blob-bundle.spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ describe('blob', function() {
1313
});
1414
});
1515

16-
it('should exist', function() {
17-
expect(Blob).toBeDefined();
18-
});
19-
2016
it('should create valid blob instances', function() {
2117
var text = ['Hello'];
2218
oMyBlob = new Blob(text, { type: 'text/html' });

test/file-saver-bundle.spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ describe('file-saver', function() {
1313
});
1414
});
1515

16-
it('should exist', function() {
17-
expect(SaveAs).toBeDefined();
18-
});
19-
2016
it('should be a function', function() {
2117
expect(SaveAs).toEqual(jasmine.any(Function));
2218
});

0 commit comments

Comments
 (0)