typescript-jest-example icon indicating copy to clipboard operation
typescript-jest-example copied to clipboard

Results 4 typescript-jest-example issues
Sort by recently updated
recently updated
newest added

I think these are the last versions that work properly with `import` statements: ```json { "@types/jest": "^26.0.0", "jest": "^26.0.0", "ts-jest": "^26.0.0" } ``` If you bump this to **v27** or...