interactive-pioneers / generator-pioneerapp

Yeoman generator to scaffold front-end web app.
GNU General Public License v3.0
3 stars 0 forks source link

Universal configuration for Mocha tests #8

Open ain opened 9 years ago

ain commented 9 years ago

Universal configuration is required for Mocha tests that would initially run out of the box and not break the build of freshly scaffolded app.

ain commented 7 years ago

It's a bug. Mocha tasks fails with

    Running "mocha:all" (mocha) task
    Testing: test/index.html

    Warning: PhantomJS timed out, possibly due to a missing Mocha run() call. Use --force to continue.

    Aborted due to warnings.