Skip to content

Commit e6c653a

Browse files
committed
update configuration
1 parent 3466436 commit e6c653a

File tree

4 files changed

+31
-47
lines changed

4 files changed

+31
-47
lines changed

angular/app-i18n/karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Karma configuration file, see link for more information
22
// https://karma-runner.github.io/1.0/config/configuration-file.html
3+
const puppeteer = require('puppeteer');
4+
process.env.CHROME_BIN = puppeteer.executablePath();
35

46
module.exports = function(config) {
57
config.set({

angular/app-i18n/package-lock.json

Lines changed: 27 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/app-i18n/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"karma-jasmine": "~1.1.0",
4545
"karma-jasmine-html-reporter": "^1.3.1",
4646
"protractor": "~5.4.1",
47+
"puppeteer": "^1.20.0",
4748
"ts-node": "~3.2.0",
4849
"tslint": "~5.11.0",
4950
"typescript": "^3.1.3"

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ steps:
2525
displayName: 'Unit Tests'
2626
inputs:
2727
command: 'custom'
28-
customCommand: 'run test'
28+
customCommand: 'run test:ci'
2929
workingDir: './angular/app-i18n'

0 commit comments

Comments
 (0)