running docker mhart/alpine-node:8 on macOS with
nodejs (6.10.3-r0) (18/18) yarn 0.24.6 jest 20.0.4
I have a __tests__/index.test.js file however, when running the code
node_modules/.bin/jest --watchAll
I get the below output
No tests found
In /usr/src/app
5 files checked.
testMatch: /__tests__//*.js?(x),**/?(*.)(spec|test).js?(x) - 1 match
testPathIgnorePatterns: /node_modules/,/src,src - 0 matches
Pattern: "" - 0 matches
I've re-installed the package numbers times but to no avail.
command: npm run cover && bash <(curl -s https://codecov.io/bash)
tocommand: bash -c 'npm run cover && bash <(curl -s https://codecov.io/bash)'
– Carothers