diff options
Diffstat (limited to 'test/test-sw.js')
| -rw-r--r-- | test/test-sw.js | 2 | 
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 = []; |