aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
diff options
context:
space:
mode:
authorJez Ng2012-09-03 23:19:35 -0400
committerJez Ng2012-09-08 04:30:26 -0400
commit6df16c591219d87058b4c48682d503382e44693f (patch)
tree3ec4044a51c557cd59df6d6a9ff712e6491a9c18 /background_scripts/main.coffee
parent8437dd96144475343562c9a6aa2f14469bc75a56 (diff)
downloadvimium-6df16c591219d87058b4c48682d503382e44693f.tar.bz2
Set up PhantomJS testing.
Diffstat (limited to 'background_scripts/main.coffee')
-rw-r--r--background_scripts/main.coffee2
1 files changed, 1 insertions, 1 deletions
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.