Setup Jest (#57)
All checks were successful
continuous-integration/drone/push Build is passing

- Setup Jest
- Add test scripts
- Configure Drone

Fixes #1

Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/57
This commit is contained in:
Vylpes 2023-04-22 13:20:30 +01:00
parent 2ab2fe04fd
commit 06485e0a88
11 changed files with 2510 additions and 115 deletions

View file

@ -73,7 +73,9 @@
"./src",
],
"exclude": [
"./tests"
"./tests",
"jest.config.cjs",
"jest.setup.js"
],
"ts-node": {
"esm": true