mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
test(eve): export the shared fixture resource type
Signed-off-by: Matan Kushner <hello@matchai.dev>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user