Skip to content

Commit

Permalink
chore: remove usntable flag from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bombillazo committed Feb 4, 2024
1 parent fee0469 commit 6c452f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ a local testing environment, as shown in the following steps:
use the local testing settings specified in `tests/config.json`, instead of
the CI settings
3. Run the tests manually by using the command\
`deno test --unstable -A`
`deno test -A`

## Deno compatibility

Expand Down

1 comment on commit 6c452f9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No typecheck tests failure

This error was most likely caused by incorrect type stripping from the SWC crate

Please report the following failure to https://github.com/denoland/deno with a reproduction of the current commit

Failure log

Please sign in to comment.