Files
obsidian-livesync/test_e2e/helpers/wrapper.ts
2026-05-14 16:06:17 +01:00

4 lines
222 B
TypeScript

// Example wrapper for Playwright test functions and assertions, this file is not used in Self-hosted LiveSync.
// eslint-disable-next-line import/no-extraneous-dependencies
export { test, expect } from "playwright/test";