octachrome / treason

A clone of the card game Coup written in Node.js
Other
139 stars 79 forks source link

Update all dependencies, fix test, add yarn.lock #34

Closed dnathe4th closed 4 years ago

dnathe4th commented 4 years ago

The test fix was because in the previous version of Mocha the test wasn't actually running at all, presumably due to the nexttick (setTimeout(..., 0)) of history authoring.

Other than updating the ejs templates for the include syntax change everything else seems to just work.