Skip to content

Commit

Permalink
Fix import for end2end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bubonicfred committed Jun 18, 2024
1 parent cf86071 commit ab1449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/end2end-server.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import task from "./lib/task";
import task from "./lib/task.js";

function logTask(taskname) {
return (data) => {
Expand Down

0 comments on commit ab1449d

Please sign in to comment.