File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ /* global process */
2+ process . env . CHROME_BIN = require ( 'puppeteer' ) . executablePath ( ) ;
3+
14module . exports = function ( config ) {
25 config . set ( {
3- browsers : [ 'Chrome ' ] ,
6+ browsers : [ 'ChromeHeadless ' ] ,
47 frameworks : [ 'qunit' ] ,
58 files : [
9+ { pattern : 'tests/no-intl-mock.js' , watched : false } ,
10+ 'node_modules/intl/dist/Intl.min.js' ,
11+ 'node_modules/intl/locale-data/complete.js' ,
612 { pattern : 'tests/index.js' , watched : false }
713 ] ,
814 preprocessors : {
Original file line number Diff line number Diff line change 2121 "cldrjs" : " ^0.3.1" ,
2222 "devextreme" : " 17.1 - 18.1" ,
2323 "eslint" : " ^3.10.2" ,
24+ "intl" : " ^1.2.5" ,
2425 "jquery" : " ^3.0.0" ,
2526 "karma" : " ^2.0.5" ,
2627 "karma-chrome-launcher" : " ^2.2.0" ,
3031 "npm-run-all" : " ^4.1.3" ,
3132 "object-assign" : " ^4.1.0" ,
3233 "parallelshell" : " ^2.0.0" ,
33- "phantomjs-prebuilt " : " ^2. 1.7" ,
34+ "puppeteer " : " ^1.7.0 " ,
3435 "qunitjs" : " ^1.23.1" ,
3536 "systemjs" : " ^0.19.41" ,
3637 "systemjs-plugin-json" : " ^0.2.2" ,
Original file line number Diff line number Diff line change 1+ window . Intl = undefined ;
You can’t perform that action at this time.
0 commit comments