Fix typo in 1.45 release notes

This commit is contained in:
Robin Munn 2024-06-18 09:45:38 +07:00
parent 9e6772818e
commit ad71f84386

View file

@ -43,10 +43,10 @@ See [the clock guide](./clock.md) for more details.
```sh ```sh
# Avoid TTY features that output ANSI control sequences # Avoid TTY features that output ANSI control sequences
PLAYWRIGHT_FORCE_TTY=0 npx playwrigh test PLAYWRIGHT_FORCE_TTY=0 npx playwright test
# Enable TTY features, assuming a terminal width 80 # Enable TTY features, assuming a terminal width 80
PLAYWRIGHT_FORCE_TTY=80 npx playwrigh test PLAYWRIGHT_FORCE_TTY=80 npx playwright test
``` ```
- New options [`property: TestConfig.respectGitIgnore`] and [`property: TestProject.respectGitIgnore`] control whether files matching `.gitignore` patterns are excluded when searching for tests. - New options [`property: TestConfig.respectGitIgnore`] and [`property: TestProject.respectGitIgnore`] control whether files matching `.gitignore` patterns are excluded when searching for tests.