1
cb219
6y

time to head into javascript code testing, as i'm annoyed af of testing everything by hand whether my feature works and find the cause to some problems i have encountered
.... but first let me "npm init -y" and "npm i jest" (as the tutorial suggests) real quick in my git project ... whoops๐Ÿ˜ฏ๐Ÿ˜๐Ÿ˜ถ๐Ÿคจ ... woah, ok ... 5000 added files, shit, dependencies ๐Ÿ™„... delete all ... git error๐Ÿ˜๐Ÿ˜ฅ
delete folder manually๐Ÿ˜ช๐Ÿ˜…
resuming paused tutorial: "and if you've got a git repository, just install jest globally, do not do this in your repo!"
.... just happened to me๐Ÿ˜‘๐Ÿ˜…

Comments
Add Comment