This repository was archived by the owner on Apr 11, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ module.exports = (config) => {
66 config . set ( {
77 frameworks : [ 'mocha' ] ,
88 reporters : [ 'coverage' , 'mocha' ] ,
9- browsers : process . env . TRAVIS // eslint-disable-line no-nested-ternary
10- ? [ 'ChromeTravis' ]
11- : process . env . APPVEYOR
12- ? [ 'IE' ] : [ 'Chrome' ] ,
9+ browsers : [ 'Chrome' ] ,
1310
1411 autoWatch : false ,
1512 singleRun : true ,
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ chai.use(chaiJsx);
1515const context = require . context (
1616 '../../app/src' ,
1717 true ,
18- / ( [ ^ \a ] + ) .t e s t \. j s $ /
18+ / ( [ ^ ] + ) .t e s t \. j s $ /
1919) ;
2020context . keys ( ) . forEach ( context ) ;
Original file line number Diff line number Diff line change 101101 "chai" : " ^3.4.1" ,
102102 "chai-enzyme" : " ^0.5.0" ,
103103 "chai-immutable" : " ^1.5.3" ,
104+ "chai-jsx" : " ^1.0.1" ,
104105 "cross-env" : " ^2.0.0" ,
105106 "enzyme" : " ^2.4.1" ,
106107 "eslint" : " ^1.10.3" ,
107108 "eslint-config-airbnb" : " ^4.0.0" ,
108109 "eslint-loader" : " ^1.1.1" ,
109110 "eslint-plugin-react" : " ^3.11.3" ,
111+ "isparta" : " ^4.0.0" ,
112+ "isparta-loader" : " 2.0.0" ,
110113 "jsdom" : " ^7.2.0" ,
111114 "karma" : " 1.1.1" ,
112115 "karma-chrome-launcher" : " 1.0.1" ,
119122 "karma-sourcemap-loader" : " 0.3.7" ,
120123 "karma-webpack" : " 1.7.0" ,
121124 "mocha" : " ^2.3.4" ,
125+ "null-loader" : " 0.1.1" ,
122126 "npm-install-webpack-plugin" : " ^4.0.3" ,
123127 "plop" : " 1.5.0" ,
124128 "react-css-modules" : " ^3.7.6" ,
125129 "react-hot-loader" : " ^1.3.0" ,
126130 "redux-devtools" : " ^3.0.1" ,
127131 "redux-mock-store" : " ^1.1.4" ,
132+ "sinon" : " 2.0.0-pre" ,
128133 "webpack-dev-server" : " ^1.14.0" ,
129134 "webpack-visualizer-plugin" : " ^0.1.5"
130135 }
You can’t perform that action at this time.
0 commit comments