-
@umaar I assume your node_modules directory is outside the package? thats why you can't use
npx run jestor whatever? what about $(node -e path.join('../../node_modules/.bin/jest')) or something?
npx run jest or whatever?
what about $(node -e path.join('../../node_modules/.bin/jest')) or something?