Skip to content

Commit 83f77a4

Browse files
committed
Update extension path
1 parent d873bc7 commit 83f77a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe("Extension Integration Testing", function () {
1010

1111
before(async () => {
1212
const __dirname = url.fileURLToPath(new URL(".", import.meta.url))
13-
const extensionPath = path.join(__dirname, "..", "dist")
13+
const extensionPath = path.join(__dirname, "..", "dist/chrome")
1414
browser = await puppeteer.launch({
1515
executablePath: process.env.PUPPETEER_EXEC_PATH,
1616
headless: false,

0 commit comments

Comments
 (0)