UNPKG

easy-mongo-fixture

Version:

easy-mongo-fixture ================== [![Build Status](https://travis-ci.org/ivpusic/easy-mongo-fixture.svg?branch=master)](https://travis-ci.org/ivpusic/easy-mongo-fixture)

11 lines (9 loc) 160 B
NODE ?= node test: @$(NODE) ./node_modules/.bin/mocha \ --require should \ --reporter spec \ --slow 2s \ --harmony-generators \ --bail .PHONY: test