javascript - Called stop() outside of a test context -


i created new qunit

 qunit.module("integration");   qunit.modulestart(withpromise(function(details){                    ....some logic promise in q }) qunit.moduledone(withpromise(function(details){     ....some logic     }));    qunit.test("1. push  (new file)", function() {           ..some logic   }) 

and got error message

called stop() outside of test context

what wrong ?


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -