mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-01 15:47:41 +08:00
8026438d97
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 lines
287 B
TypeScript
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';
|