Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vigetlabs/jest-with-nightmare


https://github.com/vigetlabs/jest-with-nightmare

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Jest with Nightmare

[![CircleCI](https://circleci.com/gh/vigetlabs/jest-with-nightmare.svg?style=svg)](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
```