Skip to content

[Feature] Deduplicate the smoke test command in the root #2894

Description

@EmmaYuan1015

Issue Description

The root package.json duplicates the smoke test compilation and execution command already defined in package.json.

Current root script:

The smoke test subproject already defines the same workflow in its test script. The root script should delegate to it:

This establishes package.json as the single source of truth for running smoke tests, avoids maintaining the TypeScript and Mocha commands in two places, and reduces the risk of the scripts diverging.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions