Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.
This repository was archived by the owner on May 17, 2019. It is now read-only.

Support test.skip and test.only #209

@supersonicclay

Description

@supersonicclay

Type of issue

Feature Request

Description

import {test} from 'fusion-test-utils';

test.only('my test', () => { ... });

Current behavior

test.only TypeError: _fusionTestUtils.test.only is not a function

Expected behavior

Run just that test

Or, the recommendation should be to just use jest's globals.

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