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

default class export test. #2068

Closed
jdalton opened this issue Feb 7, 2019 · 2 comments
Closed

default class export test. #2068

jdalton opened this issue Feb 7, 2019 · 2 comments
Assignees

Comments

@jdalton
Copy link
Member

jdalton commented Feb 7, 2019

Just giving a heads up, one of our users noticed that there's a gap in test coverage for:

export default function Test() {}
Test.something = "ok";
@leobalter
Copy link
Member

Thanks for reporting this! I'll take a look.

@leobalter leobalter self-assigned this Feb 7, 2019
@adrianheine
Copy link
Contributor

Just wanted to report the same. There's also the inverse case of class Test {}; export default class Test {}; that's not covered.

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

No branches or pull requests

4 participants