Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Merge ad62212 into b4d2cd2
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverNeff committed Jul 12, 2019
2 parents b4d2cd2 + ad62212 commit 91407d1
Show file tree
Hide file tree
Showing 125 changed files with 773 additions and 4,013 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- npm start &
- cd ${TRAVIS_BUILD_DIR}/app/webFrontend
- npm run lint
- npm run test
- npm run e2e
- npm run build
- stage: deploy
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
-->

## [Unreleased]
### Fixed
- Karma test suite. [#655](https://github.com/geli-lms/geli/issues/655)

## [0.8.6] - 2019-05-07 - WS 18/19 🏁-Release
### Added
Expand Down
7 changes: 5 additions & 2 deletions app/webFrontend/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ module.exports = function (config) {
require('@angular-devkit/build-angular/plugins/karma')
],
client:{
clearContext: false // leave Jasmine Spec Runner output visible in browser
clearContext: false, // leave Jasmine Spec Runner output visible in browser
jasmine: {
random: false
}
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, 'coverage'), reports: [ 'html', 'lcovonly' ],
fixWebpackSourcePaths: true
},

reporters: ['progress', 'kjhtml'],
port: 9876,
colors: true,
Expand Down
Loading

0 comments on commit 91407d1

Please sign in to comment.