-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
avajs/ava#2056 introduces t.assert() and removes power-assert support from a number of assertions:
- t.truthy()
- t.falsy()
- t.true()
- t.false()
- t.regex()
- t.notRegex()
The new assertion needs to be added to use-t-well. The old assertions need to be removed from prefer-power-assert.
@sindresorhus do you reckon this is a breaking change?
IssueHunt Summary
Sponsors (Total: $0.00)
Become a sponsor 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.
sindresorhus