Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fusion-test-utils#209] Support test.skip and test.only #258

Open
chrisdothtml opened this issue May 9, 2019 · 0 comments
Open

[fusion-test-utils#209] Support test.skip and test.only #258

chrisdothtml opened this issue May 9, 2019 · 0 comments

Comments

@chrisdothtml
Copy link
Member

chrisdothtml commented May 9, 2019

This issue was migrated from fusionjs/fusion-test-utils#209 and was originally reported by @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.

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

No branches or pull requests

1 participant