index
:
solutions_repo
master
qa
A web app that allows students to share test solutions.
kdam0
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
pause
/
Makefile
blob: 4e9c8d36ebcd2f63843cf5a534e4db3459b2d637 (
plain
)
1
2
3
4
5
6
7
test
:
@./node_modules/.bin/mocha
\
--require
should
\
--reporter
spec
.PHONY
:
test