Skip to content

Complete skipped and TODO tests #416

Description

@nam-hle

Problem

Several test files have incomplete or skipped tests:

  • errors.test.tsit.todo("should throw error within workspace")
  • workspaces-alias.test.tsit.todo("Validate")
  • log-level.test.ts — 2 skipped tests
  • exclude.test.ts — 1 skipped test
  • profiling-summary.test.ts — entire describe.skip(...)

Proposed Solution

Implement all TODO and skipped tests, or remove them if the scenarios are no longer relevant. Each should either:

  1. Be implemented with proper assertions
  2. Be removed with a comment in the PR explaining why

Checklist

  • errors.test.ts — workspace error scenario
  • workspaces-alias.test.ts — validation test
  • log-level.test.ts — unskip and fix 2 tests
  • exclude.test.ts — unskip and fix 1 test
  • profiling-summary.test.ts — unskip entire suite or remove if not needed

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: highBlocks releases, affects many users, no workaround, security issuestype: testRelated to tests

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions