cmccormack / minesweeper

Simple Minesweeper Game in JS
MIT License
1 stars 3 forks source link

Add jest and jest config #17

Closed bradtaniguchi closed 5 years ago

bradtaniguchi commented 5 years ago

note tests are failing mainly due to no tests existing haha

bradtaniguchi commented 5 years ago

Yea the npx jest seems unnecessary. I added it like that as sometimes the test-suites don't work with just their command unless its installed globally. The npx doesn't do anything negative tho. (just runs the local node_module install as expected) we could remove it later if we update the package.json for something else.