Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 012621a

Browse files
committed
fixup! feat(*): implement more granular pending task tracking
1 parent 672e65b commit 012621a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ngMock/angular-mocksSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ describe('ngMock', function() {
710710

711711
describe('with specific task type', function() {
712712
it('should throw if there are pending tasks', function() {
713-
browser.defer(noop, 0, 'fooType')
713+
browser.defer(noop, 0, 'fooType');
714714

715715
expect(function() {browser.defer.verifyNoPendingTasks('barType');}).not.toThrow();
716716
expect(function() {browser.defer.verifyNoPendingTasks('fooType');}).toThrow();

0 commit comments

Comments
 (0)