Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Add a hidden: true option #6

@emilymdubois

Description

@emilymdubois

This library enforces a paradigm that is reinforced the more it's used in a project: prop permutations go in test_cases files, and test files iterate through the test cases and make assertions.

However, there are certain components (e.g., higher-order components) that I may want to exclude from the test kitchen component without introducing a different testing structure paradigm. One idea would be to introduce a hidden: true option into the test case API that filters out that case from the final component.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions