mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 01:37:07 +02:00
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';
|