Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(jest.config): Stop transforming *.js files
Jest only runs on the *.ts files in the src directory, so there have never been any *.js source files for ts-jest to transform. tsc and @vercel/ncc generate *.js output files in the build and dist directories, respectively, but ts-jest doesn't transform these.
- Loading branch information