Open
Description
It's an easy mistake to make if you have many t.throws()
statements and then some t.notThrows()
statements.
For example: sindresorhus/p-queue@80e8e25
// Fail
t.notThrows(() => {
t.pass();
}, TypeError);
// Ok
t.notThrows(() => {
t.pass();
});
It should fail if it's a variable matching this regex: /^(?:[A-Z][a-z0-9]*)*Error$/
IssueHunt Summary
Backers (Total: $60.00)
issuehunt ($60.00)
Submitted pull Requests
Become a backer now!
Or submit a pull request to get the deposits!
Tips
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on IssueHunt to raise funds.