Skip to content

Commit

Permalink
path dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sordina committed Oct 11, 2023
1 parent 84f2137 commit f1f05c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/data/infinite_loop.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

// Infinite loop bug: https://github.com/hasura/ndc-typescript-deno/issues/45
// Infinite loop void bug: https://github.com/hasura/ndc-typescript-deno/issues/45

export async function infinite_loop() {
const contents = await fetch('https://www.google.com')
Expand Down
1 change: 1 addition & 0 deletions src/test/infer_test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import * as test from "https://deno.land/[email protected]/assert/mod.ts";
import * as path from "https://deno.land/std/path/mod.ts";
import * as infer from '../infer.ts';

Deno.test("Inference", () => {
Expand Down

0 comments on commit f1f05c7

Please sign in to comment.