test: add deterministic task behaviour tests

This commit is contained in:
Mpho10111
2026-08-11 21:15:21 +02:00
parent 75797c8419
commit 67404c2de2
6 changed files with 204 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"test": "tsc -p tsconfig.test.json && node --test --test-concurrency=1 --test-isolation=none tests/tasks.test.cjs"
},
"dependencies": {
"next": "16.3.0",