diff options
Diffstat (limited to 'common/Test.js')
-rw-r--r-- | common/Test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Test.js b/common/Test.js index 88baff2..d08741e 100644 --- a/common/Test.js +++ b/common/Test.js @@ -21,7 +21,7 @@ 'use strict'; var Test = (() => { - const RUNNER_URL = browser.extension.getURL('/test/SpecRunner.html'); + const RUNNER_URL = browser.runtime.getURL('/test/SpecRunner.html'); return { /* returns RUNNER_URL if it's a test-enabled build or an about:debugging |