Skip to content

Commit

Permalink
docs: fix typo in 1.45 release notes (#31350)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn authored Jun 18, 2024
1 parent 9e67728 commit e1e6c28
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 e1e6c28

Please sign in to comment.