mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix test for dist/ path
This commit is contained in:
@@ -11,7 +11,7 @@ const TEST_PAGE_URL = `file:///${__dirname}/test.html`;
|
||||
|
||||
const firefoxOptions = new firefox.Options()
|
||||
.headless()
|
||||
.addExtensions(path.resolve(__dirname, "../dist/ext.xpi"))
|
||||
.addExtensions(path.resolve(__dirname, "../dist/ext/ext.xpi"))
|
||||
.setPreference("xpinstall.signatures.required", false);
|
||||
|
||||
const chromeOptions = new chrome.Options()
|
||||
|
||||
Reference in New Issue
Block a user