0

I have cloned the repo for the resemble.js project code (https://github.com/rsmbl/Resemble.js#readme) and have been attempting to test the software by using the "npm run test" command. The test suites fail and it does not accept "jest.setTimeout(20000)" as a command to adjust the tests. I think I may be missing some packages but I don't know what they are.

Test results.

Any input would be very much appreciated.

Stackmda
  • 11
  • 2

1 Answers1

-1

Please Go To That Folder where you have cloned the repo And Run a Command called :

npm i or just npm install

This should fix it !

:)

Have a great day / night ahead !

SSOHERO
  • 1
  • 1
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 17 '22 at 20:56