gulp-patterns icon indicating copy to clipboard operation
gulp-patterns copied to clipboard

chai-as-promised not properly set up?

Open TueCN opened this issue 9 years ago • 1 comments

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 ?

TueCN avatar Jan 25 '16 15:01 TueCN

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

zakhttp avatar Jan 27 '17 14:01 zakhttp