afeld / backbone-nested

A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157
https://afeld.github.com/backbone-nested/
MIT License
444 stars 83 forks source link

Running Grunt default task produces error when it runs QUnit task #151

Open achinaou opened 8 years ago

achinaou commented 8 years ago

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:

  1. Clone the repository
  2. Run npm install
  3. Run grunt