Skip to content

Commit 66dec39

Browse files
committed
1.5.1
1 parent 1484018 commit 66dec39

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ All of them are available globally in each Jest test. If you are using ESLint an
240240
## Debug mode
241241

242242
Playwright give you [ability](https://playwright.dev/docs/debug/#run-in-debug-mode) to configure the browser for debugging with the `PWDEBUG` environment variable. It will launch the browser in headful mode, disables playwright timeout and **Jest** won't timeout anymore.:
243+
243244
```js
244245
PWDEBUG=1 jest
245246
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-playwright-preset",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"main": "index.js",
55
"description": "Running tests using Jest & Playwright.",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"start": "npm run build -- --watch",
2525
"build": "tsc",
26-
"format": "prettier --write \"*.{js,md}\" \"src/**/*.js\"",
26+
"format": "prettier --write \"*.{ts,md}\" \"src/**/*.ts\"",
2727
"lint": "tsc --noEmit && eslint . --ext .js,.ts",
2828
"prepublishOnly": "npm run build",
2929
"test": "npm run test:src && npm run test:e2e",

0 commit comments

Comments
 (0)