Closed Hental closed 2 years ago
when repo use pnpm, 'node_modules/.bin/jest' is not js file, pnpm will auto generate bash file instead of original js file, so add valid for 'node_modules/.bin/jest' file,if not valid use 'node_modules/jest/bin/jest.js' instead fix #119
thx, i will test an merge !
Did you solve this problem? How do I test with the fix commit `10a95c7P ?
when repo use pnpm, 'node_modules/.bin/jest' is not js file, pnpm will auto generate bash file instead of original js file, so add valid for 'node_modules/.bin/jest' file,if not valid use 'node_modules/jest/bin/jest.js' instead fix #119