Skip to content

Commit 7223f9f

Browse files
committed
fix import lint
1 parent 96cf0f5 commit 7223f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dataloaders-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {Loader} from "../src/dataloader.js";
2-
import {readFile} from "node:fs/promises";
31
import assert from "node:assert";
2+
import {readFile} from "node:fs/promises";
3+
import {Loader} from "../src/dataloader.js";
44

55
describe("data loaders are called with the appropriate command", () => {
66
it("a .js data loader is called with node", async () => {

0 commit comments

Comments
 (0)