File tree Expand file tree Collapse file tree 4 files changed +318
-190
lines changed
Expand file tree Collapse file tree 4 files changed +318
-190
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ dist: xenial
22
33language : node_js
44
5- addons :
6- apt :
7- packages :
8- - chromium-browser
9-
105node_js :
116 - lts/*
127 - node
@@ -18,8 +13,8 @@ before_install:
1813script :
1914 - yarn lint
2015 - yarn audit
21- - yarn test --code-coverage
2216 - yarn build --prod
17+ - yarn test --code-coverage
2318
2419after_script :
2520 - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Original file line number Diff line number Diff line change 11// Karma configuration file, see link for more information
22// https://karma-runner.github.io/1.0/config/configuration-file.html
33
4+ const process = require ( 'process' ) ;
5+ process . env . CHROMIUM_BIN = require ( 'puppeteer' ) . executablePath ( ) ;
6+
47module . exports = function ( config ) {
58 config . set ( {
69 basePath : '' ,
Original file line number Diff line number Diff line change 6161 "coveralls" : " ^3.0.1" ,
6262 "jasmine-core" : " ~3.5.0" ,
6363 "jasmine-spec-reporter" : " ~4.2.1" ,
64- "karma" : " ~4.4.1 " ,
64+ "karma" : " ~5.0.2 " ,
6565 "karma-chrome-launcher" : " ~3.1.0" ,
6666 "karma-coverage-istanbul-reporter" : " ~2.1.0" ,
6767 "karma-firefox-launcher" : " ^1.1.0" ,
6868 "karma-jasmine" : " ~3.0.1" ,
6969 "karma-jasmine-html-reporter" : " ^1.4.2" ,
7070 "ng-packagr" : " ^9.1.0" ,
71+ "puppeteer" : " ^3.0.0" ,
7172 "rxjs" : " ^6.5.4" ,
7273 "rxjs-tslint-rules" : " ^4.13.0" ,
7374 "ts-node" : " ~8.3.0" ,
You can’t perform that action at this time.
0 commit comments