1 parent d873bc7 commit 83f77a4Copy full SHA for 83f77a4
1 file changed
tests/test.js
@@ -10,7 +10,7 @@ describe("Extension Integration Testing", function () {
10
11
before(async () => {
12
const __dirname = url.fileURLToPath(new URL(".", import.meta.url))
13
- const extensionPath = path.join(__dirname, "..", "dist")
+ const extensionPath = path.join(__dirname, "..", "dist/chrome")
14
browser = await puppeteer.launch({
15
executablePath: process.env.PUPPETEER_EXEC_PATH,
16
headless: false,
0 commit comments