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 92377f8 commit 1e938bbCopy full SHA for 1e938bb
test/dataloaders-test.ts
@@ -8,7 +8,8 @@ const noopEffects: LoadEffects = {
8
output: {write() {}}
9
};
10
11
-describe("Loader.find(root, path)", () => {
+describe("Loader.find(root, path)", function () {
12
+ if (os.platform() === "win32") this.timeout(5000);
13
it("a .js data loader is called with node", async () => {
14
const loader = Loader.find("test", "dataloaders/data1.txt")!;
15
const out = await loader.load(noopEffects);
0 commit comments