You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run grunt, the default task execution begins and in the qunit task it fails.
This is the output:
Running "jshint:files" (jshint) task
>> 3 files lint free.
Running "qunit:index" (qunit) task
Testing test/index.html
Warning: PhantomJS timed out, possibly due to a missing QUnit start() call. Use --force to continue.
Aborted due to warnings.
To reproduce:
Clone the repository
Run npm install
Run grunt
The text was updated successfully, but these errors were encountered:
When I run
grunt
, thedefault
task execution begins and in thequnit
task it fails.This is the output:
To reproduce:
npm install
grunt
The text was updated successfully, but these errors were encountered: