Skip to content

Commit

Permalink
refactor: --allow-import
Browse files Browse the repository at this point in the history
  • Loading branch information
dxdye committed Nov 10, 2024
1 parent a363863 commit fefeef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ precommit:
@make fmt

test:
@deno test --allow-net --allow-read --allow-env --no-check --doc
@deno test --allow-net --allow-read --allow-env --no-check --doc --unstable
@deno test --allow-net --allow-read --allow-env --allow-import --no-check --doc
@deno test --allow-net --allow-read --allow-env --allow-import --no-check --doc --unstable

typedoc:
@rm -rf docs
Expand Down

0 comments on commit fefeef8

Please sign in to comment.