https://github.com/rwieruch/node-js-jest
How to setup testing for Node.js with Jest.
https://github.com/rwieruch/node-js-jest
jest node node-js nodejs testing testing-framework
Last synced: 7 days ago
JSON representation
How to setup testing for Node.js with Jest.
- Host: GitHub
- URL: https://github.com/rwieruch/node-js-jest
- Owner: rwieruch
- Created: 2020-02-21T09:08:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T08:18:49.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T11:04:15.441Z (11 days ago)
- Topics: jest, node, node-js, nodejs, testing, testing-framework
- Language: JavaScript
- Homepage: https://robinwieruch.de
- Size: 146 KB
- Stars: 12
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Node.js Test Setup with Jest
[](https://travis-ci.org/rwieruch/node-js-jest) [](https://slack-the-road-to-learn-react.wieruch.com/) [](https://greenkeeper.io/)
Showcasing how to setup testing for Node.js with Jest. [Read more about it.](https://www.robinwieruch.de/node-js-jest)
[](https://codesandbox.io/s/github/rwieruch/node-js-jest/tree/master/?fontsize=14)
## Installation
- `git clone [email protected]:rwieruch/node-js-jest.git`
- `cd node-js-jest`
- `npm install`
- `npm start`
- optional: include _.env_ in your _.gitignore_