Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T08:18:49.000Z (over 4 years ago)
- Last Synced: 2024-11-01T11:34:38.170Z (3 months ago)
- Topics: jest, node, node-js, nodejs, testing, testing-framework
- Language: JavaScript
- Homepage: https://robinwieruch.de
- Size: 146 KB
- Stars: 12
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Node.js Test Setup with Jest
[![Build Status](https://travis-ci.org/rwieruch/node-js-jest.svg?branch=master)](https://travis-ci.org/rwieruch/node-js-jest) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/rwieruch/node-js-jest.svg)](https://greenkeeper.io/)
Showcasing how to setup testing for Node.js with Jest. [Read more about it.](https://www.robinwieruch.de/node-js-jest)
[![Editnode-js-jest](https://codesandbox.io/static/img/play-codesandbox.svg)](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_