freeCodeCamp / 100DaysOfCode-twitter-bot

Twitter bot for #100DaysOfCode
https://twitter.com/_100DaysOfCode
BSD 3-Clause "New" or "Revised" License
284 stars 110 forks source link

Add eslint and fix other issue #133

Closed EQuimper closed 6 years ago

EQuimper commented 6 years ago
EQuimper commented 6 years ago

As you can see also with the the mock file here https://github.com/EQuimper/100DaysOfCode-twitter-bot/blob/master/__mocks__/twit.js

We can now test this function and make sure at least we send the args we need. Like I did here https://github.com/EQuimper/100DaysOfCode-twitter-bot/blob/master/src/api/promote/promote.test.js