mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-09-14 06:17:11 -04:00
7 lines
204 B
TypeScript
7 lines
204 B
TypeScript
import { test as setup } from '@playwright/test';
|
|
import { restartAppAndWait } from '../helpers/test-lifecycle';
|
|
|
|
setup('reset app for notifications specs', async () => {
|
|
await restartAppAndWait();
|
|
});
|