We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8c461 commit c6d2d71Copy full SHA for c6d2d71
test/unit/specs/misc_spec.js
@@ -548,7 +548,7 @@ describe('Misc', function () {
548
})
549
550
// #2821
551
- it('batcher should keep flushing until all queues are depleted', done => {
+ it('batcher should keep flushing until all queues are depleted', function (done) {
552
var spy = jasmine.createSpy()
553
var vm = new Vue({
554
el: document.createElement('div'),
0 commit comments