Test suite failed to run
Multiple configuration files found. Please remove one:
- package.json
what i did was cd to the directory and run npm install command, them installing jest as dev and creating a new command called test:w, after i ran it, i faced with that issue in my terminal ,
what am i doing wrong ?
Hello
ii'm just facing with this issue in my terminal:
what i did was
cd
to the directory and runnpm install command
, them installing jest as dev and creating a new command calledtest:w
, after i ran it, i faced with that issue in my terminal , what am i doing wrong ?