UNPKG
mogwai
Version:
latest (0.2.6)
v0.1.0 (0.2.6)
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.1
0.0.0
Object-to-graph mapper for Node.js using Gremlin in Mongoose style (very alpha work)
gulthor/mogwai
mogwai
/
Makefile
13 lines
(10 loc)
•
216 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
REPORTER = spec
test:
@NODE_ENV=test ./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\
test-w:
@NODE_ENV=test ./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\ --growl \ --watch
.PHONY
: test test-w