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

Export Config type from main index.ts #66

Closed
JoshMcCullough opened this issue May 10, 2023 · 0 comments · Fixed by #67
Closed

Export Config type from main index.ts #66

JoshMcCullough opened this issue May 10, 2023 · 0 comments · Fixed by #67
Labels
bug Something isn't working

Comments

@JoshMcCullough
Copy link
Contributor

Describe the bug
A border-line bug, but not really a feature... github-mocker.types is not exported in the main index.ts, so it has to be imported directly:

import { MockGithub } from '@kie/mock-github';
import { Config } from '@kie/mock-github/build/src/github/github-mocker.types';

To Reproduce
Try to import Config.

Expected behavior
Config should be exported in the main index.ts for easy access.

import { MockGithub, Config } from '@kie/mock-github';

Thank you!

@shubhbapna shubhbapna added the bug Something isn't working label May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants