Skip to content

Commit

Permalink
cherry-pick(#31350): docs: fix typo in 1.45 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Jun 19, 2024
1 parent 599d074 commit afcf8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/release-notes-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ See [the clock guide](./clock.md) for more details.

```sh
# 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
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.
Expand Down

0 comments on commit afcf8d2

Please sign in to comment.