Skip to content

Commit

Permalink
Upgrade jasmine and some tutorial testing infrastructure.
Browse files Browse the repository at this point in the history
This upgrades to jasmine 3.1 and also the karma-jasmine-html-reporter.
There are clearer tutorial test failure messages, especially when the
test throws an exception.

Fixed some wording in the contour tutorial.

A small performance improvement was made to the gl.lineFeature.
  • Loading branch information
manthey committed Jul 2, 2018
1 parent e1b835b commit c0b486f
Show file tree
Hide file tree
Showing 8 changed files with 1,377 additions and 1,375 deletions.
5 changes: 5 additions & 0 deletions karma-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,11 @@ module.exports = function (config) {
frameworks: [
'jasmine', 'sinon'
],
client: {
jasmine: {
random: false
}
},
webpack: {
cache: true,
devtool: 'inline-source-map',
Expand Down
Loading

0 comments on commit c0b486f

Please sign in to comment.