add testling info to package.json
This commit is contained in:
parent
e1a26ecdc7
commit
93e9f9f188
@ -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…
Reference in New Issue
Block a user