-
Updated
Apr 30, 2021 - JavaScript
mocha
Here are 2,700 public repositories matching this topic...
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Apr 5, 2021 - JavaScript
-
Updated
Apr 27, 2021 - JavaScript
-
Updated
Apr 3, 2021 - JavaScript
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Apr 13, 2021 - TypeScript
-
Updated
Mar 19, 2021 - JavaScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Jan 28, 2019 - JavaScript
-
Updated
Feb 17, 2021 - JavaScript
The and method is not supported by Jest, where Chai does support it.
It should probably cut the assertion in two:
- expect(ticketNumber).to.be.above(0).and.to.be.below(46)
+ expect(ticketNumber).toBeGreaterThan(0)
+ expect(ticketNumber).toBeLessThan(46)Is this a feasible option for codemods?
If so: I'm willing to work on a PR.
-
Updated
Mar 23, 2021 - JavaScript
-
Updated
Aug 16, 2018 - TypeScript
-
Updated
Apr 20, 2021
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Feb 27, 2017 - JavaScript
-
Updated
Apr 19, 2021 - Vue
Some business logic may revolve around the type of PSQL execution error that gets thrown during a query. Libs like node-postgres return the PSQL error code on the error in a field code on the error itself. To match the functionality of those libraries, would it be possible to include the appropriate error code on execution errors t
-
Updated
Apr 28, 2017 - JavaScript
-
Updated
Apr 9, 2017 - JavaScript
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Apr 9, 2021 - JavaScript
Improve this page
Add a description, image, and links to the mocha topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mocha topic, visit your repo's landing page and select "manage topics."
Add a list of all current javascript pact repos for developers to documentation somewhere. This would help new contributors get up to speed with the landscape of pact-js.