An open API service indexing awesome lists of open source software.

https://github.com/mrmckeb/pw-repro


https://github.com/mrmckeb/pw-repro

Last synced: about 1 month ago
JSON representation

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.