mirror of https://github.com/lukechilds/hdkey.git
JP Richardson
11 years ago
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
{ |
|||
"hostname" : "localhost", |
|||
"port" : 4444, |
|||
"browsers" : [{ |
|||
"name" : "chrome" |
|||
}] |
|||
} |
@ -0,0 +1,9 @@ |
|||
test: node-test browser-test |
|||
|
|||
node-test: |
|||
@./node_modules/.bin/mocha |
|||
|
|||
browser-test: |
|||
@./node_modules/.bin/mochify --wd -R spec |
|||
|
|||
.PHONY: node-test browser-test |
Loading…
Reference in new issue