Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a committed Oct 18, 2023
1 parent c2b4774 commit bbdc6fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"update": "deno run -A -r https://fresh.deno.dev/update .",
"check": "deno fmt --check && deno lint && deno task check:imports",
"check:imports": "deno run --allow-read tools/check_imports.ts",
"test": "deno test --allow-read --allow-env --allow-write=.doctest.ts --allow-net=esm.sh,deno.land --allow-run=deno --doc",
"test": "deno test --allow-read --allow-env --allow-write=.doctest.ts,.doctest.tsx --allow-net=esm.sh,deno.land --allow-run=deno --doc",
"build": "deno run -A demo/dev.ts build",
"preview": "deno run -A demo/main.ts"
},
Expand Down
4 changes: 2 additions & 2 deletions deps/deno-power-doctest.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { runCodeBlocks } from "https://deno.land/x/deno_power_doctest@0.3.0/runner.ts";
export { parse as parseMarkdown } from "https://deno.land/x/deno_power_doctest@0.3.0/markdown.ts";
export { runCodeBlocks } from "https://deno.land/x/deno_power_doctest@0.4.0/runner.ts";
export { parse as parseMarkdown } from "https://deno.land/x/deno_power_doctest@0.4.0/markdown.ts";

0 comments on commit bbdc6fb

Please sign in to comment.