From 6df16c591219d87058b4c48682d503382e44693f Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Mon, 3 Sep 2012 23:19:35 -0400 Subject: Set up PhantomJS testing. --- background_scripts/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 4a68ced6..bc3fde0b 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -553,7 +553,7 @@ sendRequestHandlers = refreshCompleter: refreshCompleter # Convenience function for development use. -window.runTests = -> open(chrome.extension.getURL('test_harnesses/automated/automated.html')) +window.runTests = -> open(chrome.extension.getURL('tests/dom_tests/dom_tests.html')) # # Begin initialization. -- cgit v1.2.3