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

@@ -5,10 +5,17 @@ import nextTs from "eslint-config-next/typescript";
const eslintConfig = defineConfig([
...nextVitals,
...nextTs,
{
files: ["tests/**/*.cjs"],
rules: {
"@typescript-eslint/no-require-imports": "off",
},
},
// Override default ignores of eslint-config-next.
globalIgnores([
// Default ignores of eslint-config-next:
".next/**",
".test-build/**",
"out/**",
"build/**",
"next-env.d.ts",