Tests: Start implementing tests
All checks were successful
discord bot tests / discord bot tests (push) Successful in 10s

Only convertDateToISOString for now
This commit is contained in:
SileNce5k 2024-10-22 08:53:33 +02:00
parent e04d8857f9
commit 10934bb04f
Signed by: SileNce
GPG key ID: B0A142BB4291B204
4 changed files with 3671 additions and 124 deletions

18
.github/workflows/run_node_tests.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: discord bot tests
on: [push]
jobs:
discord_bot_tests:
runs-on: node
name: discord bot tests
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
- name: install dependencies
run: npm install
- name: run tests
run: npm test