Skip to content

Commit

Permalink
Fixed wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSavefrogs committed Feb 14, 2022
1 parent ba085a2 commit 948e2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-cjs.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const test = require('ava');

const SeleniumEngine = require("../src/SeleniumEngine.cjs");
const SeleniumEngine = require("../src/SeleniumEngine.js");

test("Waits for 2 seconds between the two operations", async t => {
// console.log(`[${(new Date()).toISOString()}] Operation 1`);
Expand Down

0 comments on commit 948e2e4

Please sign in to comment.