Skip to content

Commit

Permalink
remove frameworks that cause repeating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arranbartish committed Apr 18, 2017
1 parent 0a9ed88 commit 44ae303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['mocha', 'chai', 'sinon-chai', '@angular/cli'],
frameworks: ['mocha', '@angular/cli'],
plugins: [
require('karma-mocha'),
require('karma-chai'),
Expand Down

0 comments on commit 44ae303

Please sign in to comment.