Skip to content

Commit

Permalink
adding testling
Browse files Browse the repository at this point in the history
  • Loading branch information
selfcontained committed May 10, 2013
1 parent 601bc24 commit b4154ce
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"merge",
"mixin",
"deep",
"shallow"
"shallow",
"clone"
],
"author": "Brad Harris <[email protected]> (http://selfcontained.us)",
"contributors": [
Expand All @@ -34,5 +35,17 @@
"devDependencies": {
"mocha": "~1.9.0",
"chai": "~1.6.0"
},
"testling": {
"browsers": [
"ie/8..latest",
"firefox/19..latest",
"chrome/25..latest",
"safari/latest",
"iphone/6",
"ipad/6"
],
"harness" : "mocha-tdd",
"files": "test/*.test.js"
}
}

0 comments on commit b4154ce

Please sign in to comment.