kentcdodds / testing-workshop

A workshop for learning how to test JavaScript applications
http://git.io/testing-workshop
1.36k stars 708 forks source link

Multiple configuration found #119

Open a-m-dev opened 4 years ago

a-m-dev commented 4 years ago

Hello

ii'm just facing with this issue in my terminal:

 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 ?

ikem-legend commented 4 years ago

@a-m-dev I had the same issue, it seems to be a jest version error. Installing the same version of jest (22.4.3) in the videos should fix it