https://github.com/pyk/jest-cannot-redefine-property
https://github.com/pyk/jest-cannot-redefine-property
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyk/jest-cannot-redefine-property
- Owner: pyk
- Created: 2022-09-16T17:32:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T17:32:31.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T02:22:51.299Z (about 1 year ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cannot redefine property "x" in Jest-TypeScript
This repository is a companion for my [article]().
To reproduce the error:
```
pnpm jest
```