charlielee / boats-animator

Stop motion animation program created using Electron
http://charlielee.uk/boats-animator
GNU General Public License v3.0
114 stars 18 forks source link

Use Jest projects for testing #420

Open charlielee opened 2 years ago

charlielee commented 2 years ago

Should use Jest projects to setup the tests so that the main tests run in the node environment and the renderer tests run in the JSDom environment. I couldn't get this working with my first attempt so will have to try again in the future!