JohnAustinDev / xulsword

Automatically exported from code.google.com/p/xulsword
17 stars 5 forks source link

jest-based tests currently fail #270

Open tomr2k opened 2 years ago

tomr2k commented 2 years ago

jest properties as specified in the project's package.json file includes a "setupFiles" script that checks for a successful rendering before jest tests proceed. This script file (.erb/scripts/check-build-exists.js) fails resulting in all jest test packages failing. Either this script should be fixed or the setupFiles section dependency needs to be removed.