johnpapa / gulp-patterns

Playground for Gulp Recipes
501 stars 146 forks source link

chai-as-promised not properly set up? #113

Open TueCN opened 8 years ago

TueCN commented 8 years ago

Hi

I was wondering why chai-as-promised is included in package.json but it is not included in gulp.config.js under testlibraries.

Karma does not seem to be configured to use it either in karma.conf.js under frameworks

Am I missing something here?

Do you not need to also install https://github.com/vlkosinov/karma-chai-as-promised and update karma.conf.js like this: https://github.com/vlkosinov/karma-chai-as-promised#usage ?

zakhttp commented 7 years ago

install karma-chai locally and karma-cli globally npm install --save-dev karma-chai npm install -g karma-cli