(convert) improve tests with stricter tests and less ipsum

Use real example data to run convert handler tests.
This commit is contained in:
Sylvain Zimmer
2025-07-24 14:49:20 +02:00
committed by Manuel Raynaud
parent ede0a77665
commit 80a62bcbc1
3 changed files with 28 additions and 27 deletions

View File

@@ -9,7 +9,7 @@
"build": "tsc -p tsconfig.build.json && tsc-alias",
"dev": "cross-env COLLABORATION_LOGGING=true && nodemon --config nodemon.json",
"start": "node ./dist/start-server.js",
"lint": "eslint . --ext .ts --fix",
"lint": "eslint . --ext .ts",
"test": "vitest --run --disable-console-intercept"
},
"engines": {