mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
6 lines
270 B
TypeScript
6 lines
270 B
TypeScript
// Recurring task tests removed - feature too complex for reliable e2e testing
|
|
import { test } from '../../fixtures/test.fixture';
|
|
|
|
test.describe('WebDAV Sync Recurring Tasks', () => {
|
|
test.skip('removed - feature too complex for reliable e2e testing', () => {});
|
|
});
|