mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-20 18:08:55 +00:00
The route /#/tag/TODAY has no default child component — only sub-routes like /worklog, /quick-history render content. The /tasks route is defined as a separate eagerly-loaded route, not as a child of /tag/:id. Navigating to /#/tag/TODAY leaves an empty router-outlet, causing 6 test failures and 1 flaky test. |
||
|---|---|---|
| .. | ||
| enable-plugin-test.spec.ts | ||
| plugin-enable-verify.spec.ts | ||
| plugin-feature-check.spec.ts | ||
| plugin-iframe.spec.ts | ||
| plugin-lifecycle.spec.ts | ||
| plugin-loading.spec.ts | ||
| plugin-simple-enable.spec.ts | ||
| plugin-structure-test.spec.ts | ||
| plugin-upload.spec.ts | ||
| test-plugin-visibility.spec.ts | ||