https://github.com/mrmckeb/pw-repro
https://github.com/mrmckeb/pw-repro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrmckeb/pw-repro
- Owner: mrmckeb
- Created: 2024-11-26T02:35:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T02:46:06.000Z (5 months ago)
- Last Synced: 2025-01-25T19:42:55.970Z (3 months ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pw-repro
If not using VS Code, ensure that your IDE is using the workspace TypeScript
version.To see the reproduction in the terminal.
```sh
# 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.