Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 316 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 316 Bytes

pw-repro

If not using VS Code, ensure that your IDE is using the workspace TypeScript version.

To see the reproduction in the terminal.

# Optional, if pnpm not installed.
corepack enable

# Install packages
pnpm i

# Run TypeCheck
pnpm typecheck

Open tests/example.spec.ts to see this in your IDE.