summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-12 23:03:15 -0500
committerGitHub <noreply@github.com>2021-02-12 23:03:15 -0500
commit4053d9b2fac82108f701788c511aedaf988de4c5 (patch)
tree0076ba6c17234651788b1e8421b5d71a9e33cb8d /test
parent4f13de283572b2c57e7462f1030c12fe8335882e (diff)
Move html files (#1375)
* Move background.html to / * Move context.html to / * Move info.html to / * Move legal.html to / * Move permissions.html to / * Move pitch-accents-preview.html to / * Move popup-preview.html to / * Move search.html to / * Move settings.html to / * Move settings2.html to / * Move template-renderer.html to / * Move welcome.html to / * Move float.html to / * Move display-templates.html to /
Diffstat (limited to 'test')
-rw-r--r--test/test-sw.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-sw.js b/test/test-sw.js
index 8c7b2ab3..5da80dd2 100644
--- a/test/test-sw.js
+++ b/test/test-sw.js
@@ -50,7 +50,7 @@ function main() {
const extDirName = 'ext';
const extDir = path.join(rootDir, extDirName);
- const scripts = getAllHtmlScriptPaths(path.join(extDir, 'bg', 'background.html'));
+ const scripts = getAllHtmlScriptPaths(path.join(extDir, 'background.html'));
convertBackgroundScriptsToServiceWorkerScripts(scripts);
const importedScripts = [];