From 4053d9b2fac82108f701788c511aedaf988de4c5 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 12 Feb 2021 23:03:15 -0500 Subject: 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 / --- test/test-sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 = []; -- cgit v1.2.3