aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-07-22 11:14:39 +1000
committerYuchen Pei <hi@ypei.me>2022-07-22 11:14:39 +1000
commit5920d0add61331ecb7f8e245cc5bc3b0a59374f5 (patch)
tree0e70902be15b1d631ecece9e6d61cb48820ceac0 /common
parenta4cd30be68ce1d5725409aa742570325d7526c4f (diff)
fixing some mozilla validation warnings when uploading the extension
Diffstat (limited to 'common')
-rw-r--r--common/Test.js2
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