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

Support test.skip and test.only #209

Open
supersonicclay opened this issue Feb 25, 2019 · 0 comments
Open

Support test.skip and test.only #209

supersonicclay opened this issue Feb 25, 2019 · 0 comments

Comments

@supersonicclay
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant