I hereby claim:
- I am mattphillips on github.
- I am mattphillips (https://keybase.io/mattphillips) on keybase.
- I have a public key ASChwRzXw6cEo0kZQMpdnhA1drnJDyeq5PjLhpsS_T1qrgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
expect.extend({ | |
toBeTrue(given) { | |
const pass = given === true; | |
if (pass) { | |
return { | |
message: () => `expected ${given} not to be true`, | |
pass: true, | |
}; | |
} else { | |
return { |
// this is an example of what may be returned by the detailedDiff function | |
const detailedDifference = { | |
added: { | |
matt: 'phillips', | |
}, | |
updated: { | |
hello: 'world', | |
}, | |
deleted: { | |
a: { |