From 12321268834edfa03c3528c4d8e0f74c5d17c6ca Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 9 Oct 2014 16:59:15 +1100 Subject: [PATCH] fix testling --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index acfed5c2b8..5647834916 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,15 @@ "testling": { "harness": "mocha-tdd", "preprocess": "make test-browser", - "html": "test/browser/index.html", + "files": [ + "test/_blank.js" + ], + "scripts": [ + "node_modules/proclaim/lib/proclaim.js", + "node_modules/lodash/lodash.js", + "dist/6to5.js", + "dist/6to5-test.js" + ], "browsers": [ "ie/8..latest", "chrome/latest",