Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Pihach committed Oct 3, 2018
1 parent d822317 commit 8cdf5e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Updated React to 16.5.2 and remaining dependencies.

## [2.14.0] - 2018-10-01
### Added
Expand Down
4 changes: 4 additions & 0 deletions karma.conf.js.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ module.exports = function(config) {
// if true, Karma captures browsers, runs the tests and exits
singleRun: false,

// The default for jasmine now is to run the tests in a random order. This
// makes sense however, we we know, the environment.js tests are a mess
// and randomly fail. These tests will all be being deleted with the
// jujulib change so at that time we'll want to remove this.
client: {
jasmine: {
random: false
Expand Down

0 comments on commit 8cdf5e5

Please sign in to comment.