소스 검색

Remove karma:fixture

Andrea Condoluci 9 년 전
부모
커밋
b713e1e660
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      karma.conf.js

+ 1 - 1
karma.conf.js

@@ -9,7 +9,7 @@ module.exports = function (config) {
 
         // frameworks to use
         // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
-        frameworks: ['mocha', 'chai', 'fixture'],
+        frameworks: ['mocha', 'chai'],
 
         // list of files to exclude
         exclude: [],