gulp-patterns
gulp-patterns copied to clipboard
chai-as-promised not properly set up?
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 ?
install karma-chai locally and karma-cli globally
npm install --save-dev karma-chai
npm install -g karma-cli