mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-22 23:47:28 +00:00
Replace 7 explicit `any` types with proper TypeScript types: - Error handling: Use type guard pattern for error messages - Page parameters: Use Playwright's Page type - Result objects: Use Record<string, unknown> for dynamic objects This improves IDE autocomplete, type checking, and may surface hidden bugs. |
||
|---|---|---|
| .. | ||
| 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 | ||