diff --git a/package.json b/package.json index 1ada12a..10c292c 100644 --- a/package.json +++ b/package.json @@ -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" }