Files
n8n/packages/testing/playwright/fixtures/eval-base.ts
T
2026-05-20 13:13:10 +00:00

11 lines
287 B
TypeScript

import { test as base } from './base';
import {
langsmithFixtures,
type LangSmithFixtures,
type LangSmithWorkerFixtures,
} from './langsmith';
export const test = base.extend<LangSmithFixtures, LangSmithWorkerFixtures>(langsmithFixtures);
export { expect } from '@playwright/test';