-
-
Notifications
You must be signed in to change notification settings - Fork 617
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
languageSupport tests #1447
languageSupport tests #1447
Conversation
import language, { LangType, getBabelLoader, getTypescriptLoader } from '../../lib/utils/languageSupport'; | ||
|
||
describe('languageSupport', () => { | ||
const getMockGenerator: any = () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need fix that place
import language, { LangType, getBabelLoader, getTypescriptLoader } from '../../lib/utils/languageSupport'; | ||
|
||
describe('languageSupport', () => { | ||
const getMockGenerator = (): any => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/сс @Loonride can you fix a warning?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Could you rebase? |
@evilebottnawi Thanks for your update. I labeled the Pull Request so reviewers will review it again. @evenstensberg Please review the new changes. |
What kind of change does this PR introduce?
tests
Did you add tests for your changes?
Yes
If relevant, did you update the documentation?
no
Summary
Added tests for
languageSupport
utilDoes this PR introduce a breaking change?
No
Other information