-
Updated
Dec 17, 2021 - JavaScript
mocha
Here are 2,927 public repositories matching this topic...
-
Updated
Dec 21, 2021 - JavaScript
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Dec 23, 2021 - JavaScript
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Nov 25, 2021 - TypeScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
A recipe with Mocha
Enrich our DB model
-
Updated
Mar 19, 2021 - JavaScript
If I have time, I'll see if I can do this, but would love some new contributor help!
-
Updated
Nov 24, 2021 - JavaScript
-
Updated
Nov 5, 2021 - JavaScript
-
Updated
Jan 28, 2019 - 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
Dec 29, 2021 - JavaScript
-
Updated
Nov 3, 2021 - JavaScript
-
Updated
Sep 10, 2021
-
Updated
Aug 16, 2018 - TypeScript
Describe the bug
I have a Postgres query where I am trying to select a list of record with a timestamp within the last 7 days.
error properties: Object({ data: Object({ error: 'cannot cast type integer to date', code: undefined }), location: Object({ start: 0, end: 0 }) })
If I remove - 7 from the query it works. Is there a way or workaround to subtract 7 days from the CURR
-
Updated
Feb 27, 2017 - JavaScript
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Oct 5, 2021 - Vue
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Apr 28, 2017 - JavaScript
-
Updated
Feb 11, 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."
Clone the example app, only use Mocha instead of Jest
Before picking this issue, it's recommended to have a short tech planning chat here and only then upon sync to get up to speed.