summaryrefslogtreecommitdiff
path: root/tests/specs/permission/allow_import/success.ts
AgeCommit message (Collapse)Author
2024-09-27fix(flags): --allow-all should conflict with lower permissions (#25909)David Sherret
Using `--allow-all` with other `--allow-x` permission flags should cause an error since `--allow-all` is a superset of `--allow-x`. Closes #25901