test(server): add server tests

This commit is contained in:
2025-07-06 18:41:41 +02:00
parent 4fa46488c8
commit a744d97bb9
3 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
/** @type {import('jest').Config} */
module.exports = {
transform: {
"^.+\\.(t|j)sx?$": "@swc/jest",
},
};