halkeye’s avatarhalkeye’s Twitter Archive—№ 19,702

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