From 93e9f9f18870de246185cd929637c6007fc46579 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Sun, 17 Feb 2013 00:43:43 -0500 Subject: [PATCH] add testling info to package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) 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" }