https://github.com/vigetlabs/jest-with-nightmare
https://github.com/vigetlabs/jest-with-nightmare
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vigetlabs/jest-with-nightmare
- Owner: vigetlabs
- Created: 2016-10-18T16:52:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T15:54:58.000Z (about 7 years ago)
- Last Synced: 2024-04-09T12:13:59.444Z (over 1 year ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 22
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jest with Nightmare
[](https://circleci.com/gh/vigetlabs/jest-with-nightmare)
## Setup
```
npm install
```This project also includes a `yarn.lock` file. Feel free to use that instead:
```
brew install yarn
yarn install
```## Run unit tests
```
npm test
```## Run acceptance tests
```
npm test:acceptance
```## Run all tests
```
npm test:all
```