diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-10-20 16:11:07 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-10-20 16:11:07 -0400 |
| commit | 5fc529464393b5bd078e6a3987e6198503a433ef (patch) | |
| tree | 2719b16dc4165e70cb7a9292eef224c3f74202cf /test/Makefile | |
| parent | 1928c62ffe255c3a2a89d31d7e8bf69035b1babb (diff) | |
test product apis
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 00000000..877cd699 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,9 @@ + +test: + ./node_modules/.bin/mocha -R nyan + +spec: + ./node_modules/.bin/mocha -R spec + +.PHONY: test + |
