test(eve): export the shared fixture resource type

Signed-off-by: Matan Kushner <hello@matchai.dev>
This commit is contained in:
Matan Kushner
2026-09-19 20:29:00 +09:00
parent e8ecfe0810
commit 76ac263d38
@@ -1,7 +1,8 @@
import { e2eJudgeModel } from "@eve-e2e/config";
import { defineEvalConfig } from "eve/evals";
class SetupResource {
/** Resource shared by setup, evals, and teardown. */
export class SetupResource {
#closed = false;
read() {