Tests: Start implementing tests
All checks were successful
discord bot tests / discord bot tests (push) Successful in 10s
All checks were successful
discord bot tests / discord bot tests (push) Successful in 10s
Only convertDateToISOString for now
This commit is contained in:
parent
e04d8857f9
commit
10934bb04f
4 changed files with 3671 additions and 124 deletions
|
@ -15,12 +15,15 @@
|
|||
"valid-url": "^1.0.9"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/SileNce5k/discord_bot.git"
|
||||
},
|
||||
"author": "SileNce5k",
|
||||
"license": "UNLICENSE"
|
||||
"license": "UNLICENSE",
|
||||
"devDependencies": {
|
||||
"jest": "^29.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue