https://github.com/siddharthvp/super-expect
https://github.com/siddharthvp/super-expect
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siddharthvp/super-expect
- Owner: siddharthvp
- Created: 2021-02-17T20:09:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T05:57:13.000Z (about 4 years ago)
- Last Synced: 2025-02-12T07:30:41.708Z (4 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## super-expect
Adapted from https://gist.github.com/0xR/9232db946e3198ef619168a33a92232d#file-setup-test-framework-script-js
[Jest](https://www.npmjs.com/package/jest) configuration to setup the global `expect` that combines both jest expect and [chai](https://www.npmjs.com/package/chai) expect. To top it up, [jest-extended](https://www.npmjs.com/package/jest-extended), [chai-as-promised](https://www.npmjs.com/package/chai-as-promised), [chai-string](https://www.npmjs.com/package/chai-string) and [chai-datetime](https://www.npmjs.com/package/chai-datetime) are also smashed in, to give an all-powerful `expect`!