mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-05-15 12:01:16 +00:00
4 lines
222 B
TypeScript
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";
|