mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-05-15 03:51:18 +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";
|