Skip to content

Include __tests__ in TypeScript checking #1624

Description

@Yunusabdul38

File: frontend/tsconfig.json
Task: tsconfig.json currently has "exclude": ["node_modules", "__tests__"], so test files are never type-checked. Remove "__tests__" from exclude and fix any type errors that surface in the existing five test files.
Acceptance: npx tsc --noEmit passes with tests included.


This is a good first issue — self-contained and independent of every other open issue. Comment to be assigned before starting. Please open one PR per issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions