refactor: Fix alias duplication for unit and eval tests

This commit is contained in:
2026-07-07 07:26:48 +05:30
parent 0d0b1e5dd8
commit 1aa00532ed
8 changed files with 79 additions and 49 deletions

2
tests/evals/setup.ts Normal file
View File

@@ -0,0 +1,2 @@
import dotenv from "dotenv";
dotenv.config();