aboutsummaryrefslogtreecommitdiff
path: root/test-data-generator
AgeCommit message (Collapse)Author
2022-05-20update test datamat
2022-05-15update test datamat
2022-03-28update testsmat
2022-03-27Add coop invitationmat
2022-03-25Add typed-hypixel-api as a dep and change some codemat
2021-06-02Extra skill info (#52)mat
* include more data about skills * i decided that having manual stuff in skyblock-constants is a bad idea * Update skills.js
2021-06-02include more data about skills (#51)mat
2021-05-03fix testsmat
2021-05-01Show minions that haven't been unlocked in response (#20)mat
* add minions that haven't been unlocked yet to response, and slightly optimize constants * remove most console.logs with console.debugs * mock constants
2021-04-27Add unit tests (#12)mat
* start adding unit tests * add more to test/data/mojang.json * fix sending http requests in tests when it shouldn't * add a few more tests * try to add a github action to run tests * Update test.yml