add testling info to package.json
This commit is contained in:
parent
e1a26ecdc7
commit
93e9f9f188
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@
|
|||
"mocha": "1.8.1"
|
||||
},
|
||||
|
||||
"testling": {
|
||||
"browsers": ["ie/9..latest", "firefox/15..latest", "chrome/22..latest"],
|
||||
"harness" : "mocha-qunit",
|
||||
"files": "test/*.js"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"test": "mocha test/*.js"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue