Skip to content

Commit c6d2d71

Browse files
kazuponyyx990803
authored andcommitted
fix syntax (#2848)
1 parent bd8c461 commit c6d2d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/misc_spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ describe('Misc', function () {
548548
})
549549

550550
// #2821
551-
it('batcher should keep flushing until all queues are depleted', done => {
551+
it('batcher should keep flushing until all queues are depleted', function (done) {
552552
var spy = jasmine.createSpy()
553553
var vm = new Vue({
554554
el: document.createElement('div'),

0 commit comments

Comments
 (0)