mirror of https://github.com/buster-so/buster.git
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { globalSetup } from '@mastra/evals';
|
|||
|
|||
export default function setup() {
|
|||
globalSetup();
|
|||
}
|