1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 15:46:23 -07:00

Add Jest for JavaScript testing

This commit is contained in:
Eggbertx 2022-01-27 23:26:30 -08:00
parent 1be572dc40
commit 8b92872677
8 changed files with 8331 additions and 36 deletions

4
.gitignore vendored
View file

@ -13,4 +13,6 @@
*.log
*.swp
__debug_bin
node_modules
node_modules
/frontend/coverage
/frontend/tests/coverage