You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In jest-dev-server, the types for the usedPortAction includes kill in the README, but it is not present in the actual type definition which throws a Typescript error:
🐛 Bug Report
In
jest-dev-server
, the types for theusedPortAction
includeskill
in the README, but it is not present in the actual type definition which throws a Typescript error:jest-puppeteer/packages/jest-dev-server/README.md
Lines 178 to 180 in ae9245f
jest-puppeteer/packages/jest-dev-server/src/index.ts
Line 59 in ae9245f
To Reproduce
Steps to reproduce the behavior:
Define the
usedPortAction
withkill
, you'll see the error right away:Expected behavior
No type error
Link to repl or repo (highly encouraged)
N/A
Run
npx envinfo --system --binaries --npmPackages expect-puppeteer,jest-dev-server,jest-environment-puppeteer,jest-puppeteer,spawnd --markdown --clipboard
Paste the results here:
The text was updated successfully, but these errors were encountered: