Skip to content

Commit e5d7855

Browse files
authored
docs: add --allow-env to expect.ts permissions (#96)
1 parent 0691c6a commit e5d7855

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/permissions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This module does not require any permissions.
1616

1717
## `$fresh-testing-library/expect.ts`
1818

19-
| Permission | Value | Description |
20-
| :------------: | :---: | :-------------------------------------------------------------------------------: |
21-
| `--allow-read` | `*` | This module depends on `npm:expect` which requires the `--allow-read` permission. |
19+
| Permission | Value | Description |
20+
| :------------: | :---: | :--------------------------------------------------------------------------------: |
21+
| `--allow-read` | `*` | This module depends on `npm:expect` which requires the `--allow-read` permission. |
22+
| `--allow-env` | `*` | This module depends on `npm:react-is` which requires the `--allow-env` permission. |

0 commit comments

Comments
 (0)