Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
(#496) project: modernized test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
x1B committed Jan 15, 2021
1 parent 419d2b8 commit 20f6fb6
Show file tree
Hide file tree
Showing 5 changed files with 1,687 additions and 630 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
global:
- SAUCE_CONNECT_VERSION=4.4.12
matrix:
- BROWSER="phantomjs"
- BROWSER="ChromeHeadless"
- BROWSER="chrome"
- BROWSER="firefox"
- BROWSER="internet explorer"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Last Changes

- [#496](https://github.com/LaxarJS/laxar/issues/496): project: dropped dox dependency (security)
- [#496](https://github.com/LaxarJS/laxar/issues/496): project: updated dependencies, dropped dox (security)


## v2.1.0
Expand Down
8 changes: 7 additions & 1 deletion karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ function karmaConfig() {
return Object.assign( {}, laxarInfrastructure.karma( files, {
context: __dirname,
module: webpackBaseConfig.module
} ), { files, preprocessors } );
} ), {
files,
preprocessors,
singleRun: true,
watch: false,
browsers: [ 'ChromeHeadless' ]
} );
}
Loading

0 comments on commit 20f6fb6

Please sign in to comment.