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 ?
Hi
I was wondering why chai-as-promised is included in
package.jsonbut it is not included ingulp.config.jsundertestlibraries.Karma does not seem to be configured to use it either in
karma.conf.jsunderframeworksAm 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 ?