Skip to content

Commit

Permalink
feat: mark as compatible with sinon@9 (#146)
Browse files Browse the repository at this point in the history
- test it in Travis's matrix.
- also upgrade to latest mocha, and migrated config file to new format (fixes a warning about mocha.opts being deprecated). "spec" is the default reporter.
  • Loading branch information
AviVahl authored Feb 20, 2020
1 parent 942504a commit a65b636
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 173 deletions.
5 changes: 5 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"use strict";

module.exports = {
require: ["./test/common"]
};
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_js:
- 13 # Current

env:
- CHAI_VERSION=^4.0.0 SINON_VERSION=^9.0.0
- CHAI_VERSION=^4.0.0 SINON_VERSION=^8.0.0
- CHAI_VERSION=^4.0.0 SINON_VERSION=^7.0.0
- CHAI_VERSION=^4.0.0 SINON_VERSION=^6.0.0
Expand Down
Loading

0 comments on commit a65b636

Please sign in to comment.