boilerplate-karma-mocha-chai-requirejs icon indicating copy to clipboard operation
boilerplate-karma-mocha-chai-requirejs copied to clipboard

Ready to TDD boilerplate

Results 5 boilerplate-karma-mocha-chai-requirejs issues
Sort by recently updated
recently updated
newest added

``` Chrome 39.0.2171 (Linux) ERROR ... and also ... PhantomJS 1.9.8(Linux) ERROR Uncaught Error: Mismatched anonymous define() module: function () { return (root.sinon = factory()); } http://requirejs.org/docs/errors.html#mismatch at /home/yourself/BDD/bkmcr/node_modules/requirejs/require.js:141 ERROR...

On an almost virgin Ubuntu Trusty Tahr virtual machine : ``` ../deps/mpg123/src/output/alsa.c:19:28: fatal **error**: alsa/asoundlib.h: No such file or directory #include ``` Solution : sudo apt-get install libasound2-dev ``` make:...

There's an adapter for easier sinon inclusion (framework) called karma-sinon that you may want to include in this boilerplate. https://github.com/yanoosh/karma-sinon

I just stumbled across this repo from your comment on a blog post. You should consider filtering your files with non-watch flags for faster start times: ``` /*{ pattern: 'node_modules/...'},...