📝 Installed jest unit testing

This commit is contained in:
z3rOR0ne 2022-07-21 11:26:56 -07:00
parent b54ad4dbb6
commit a8f0f6be8d
3 changed files with 9 additions and 5 deletions

View file

@ -28,9 +28,8 @@ curl https://raw.githubusercontent.com/SharUpOff/pkgtop/main/dist/pkgtop.sh -so
sudo chmod 755 /usr/local/bin/pkgtop
Reinstall npm, nodemon, and prettier
Reinstall npm, nodemon, and prettier, and jest
doas pacman -S npm (delete what is necessary to get this to go through)
doas npm install -g nodemon
doas npm install -g prettier
doas npm install -g nodemon prettier jest