test: add deterministic task behaviour tests
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user