We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cf0f5 commit 7223f9fCopy full SHA for 7223f9f
test/dataloaders-test.ts
@@ -1,6 +1,6 @@
1
-import {Loader} from "../src/dataloader.js";
2
-import {readFile} from "node:fs/promises";
3
import assert from "node:assert";
+import {readFile} from "node:fs/promises";
+import {Loader} from "../src/dataloader.js";
4
5
describe("data loaders are called with the appropriate command", () => {
6
it("a .js data loader is called with node", async () => {
0 commit comments