[test.js](https://github.com/2729StormRobotics/tba-api-storm/blob/4a0d292cf8d90a8141be295cf1fa7a2c0f2d46b4/test.js) only tests one function. - [ ] All functions within [tba-storm.js](https://github.com/2729StormRobotics/tba-api-storm/blob/4a0d292cf8d90a8141be295cf1fa7a2c0f2d46b4/tba-storm.js#L1) should be tested. - [ ] Check the HTTP response code. - [ ] Check the accuracy of the contents _if possible_. Some functions like `getTeamEventList(teamNum)` will fail depending on the year.
test.js only tests one function.
getTeamEventList(teamNum)will fail depending on the year.