File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11machine :
22 node :
3- version : 5
3+ version : 8
44
55test :
66 override :
Original file line number Diff line number Diff line change 11var path = require ( 'path' )
2+ process . env . CHROME_BIN = require ( 'puppeteer' ) . executablePath ( )
23
34module . exports = function ( config ) {
45 config . set ( {
56 frameworks : [ 'mocha' , 'sinon-chai' ] ,
6- browsers : [ 'PhantomJS ' ] ,
7+ browsers : [ 'ChromeHeadless ' ] ,
78 reporters : [ 'spec' , 'coverage' ] ,
89 files : [
910 'tests/vuefire.spec.js'
Original file line number Diff line number Diff line change 4747 "firebase" : " ^4.0.0" ,
4848 "istanbul-instrumenter-loader" : " ^1.2.0" ,
4949 "karma" : " ^1.4.0" ,
50+ "karma-chrome-launcher" : " ^2.2.0" ,
5051 "karma-coverage" : " ^1.1.1" ,
5152 "karma-mocha" : " ^1.3.0" ,
52- "karma-phantomjs-launcher" : " ^1.0.2" ,
5353 "karma-sinon-chai" : " ^1.2.4" ,
5454 "karma-sourcemap-loader" : " ^0.3.7" ,
5555 "karma-spec-reporter" : " 0.0.26" ,
5656 "karma-webpack" : " ^2.0.2" ,
5757 "lolex" : " ^1.5.2" ,
5858 "mocha" : " ^3.2.0" ,
59- "phantomjs-prebuilt " : " ^2.1.14 " ,
59+ "puppeteer " : " ^0.13.0 " ,
6060 "sinon" : " ^1.17.7" ,
6161 "sinon-chai" : " ^2.8.0" ,
6262 "vue" : " ^1.0.28" ,
You can’t perform that action at this time.
0 commit comments