project-slippi / slippi-js

Parse slp files and compute stats
GNU Lesser General Public License v3.0
147 stars 78 forks source link

Fix broken tests #50

Closed vinceau closed 3 years ago

vinceau commented 3 years ago

We (I) dun goofed. Turns out the tests aren't even being run in the CI (only the build). So after the addition of strict mode, some of the tests were actually broken. This PR fixes those issues.