Skip to content

Commit

Permalink
Upgrade @sinonjs/formatio and @sinonjs/samsam
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Dec 21, 2019
1 parent c848830 commit d475e62
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 15 deletions.
4 changes: 2 additions & 2 deletions lib/assertions/is-map.test.js
Expand Up @@ -133,7 +133,7 @@ describe("refute.isMap", function() {
assert.equal(error.code, "ERR_ASSERTION");
assert.equal(
error.message,
"[refute.isMap] Expected [Map] { } not to be a Map"
"[refute.isMap] Expected Map [] not to be a Map"
);
assert.equal(error.name, "AssertionError");
assert.equal(error.operator, "refute.isMap");
Expand Down Expand Up @@ -175,7 +175,7 @@ describe("refute.isMap", function() {
error.message,
"[refute.isMap] " +
message +
": Expected [Map] { } not to be a Map"
": Expected Map [] not to be a Map"
);
assert.equal(error.name, "AssertionError");
assert.equal(error.operator, "refute.isMap");
Expand Down
2 changes: 1 addition & 1 deletion lib/assertions/is-weak-map.test.js
Expand Up @@ -17,7 +17,7 @@ describe("assert.isWeakMap", function() {
assert.equal(error.code, "ERR_ASSERTION");
assert.equal(
error.message,
"[assert.isWeakMap] Expected [Map] { } to be a WeakMap"
"[assert.isWeakMap] Expected Map [] to be a WeakMap"
);
assert.equal(error.name, "AssertionError");
assert.equal(error.operator, "assert.isWeakMap");
Expand Down
72 changes: 62 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@sinonjs/commons": "^1.4.0",
"@sinonjs/formatio": "^3.1.0",
"@sinonjs/samsam": "^3.3.0",
"@sinonjs/formatio": "^4.0.1",
"@sinonjs/samsam": "^4.2.0",
"array-from": "2.1.1",
"bane": "^1.x",
"lodash.includes": "^4.3.0",
Expand Down

0 comments on commit d475e62

Please sign in to comment.