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

test: coverage for util #1936

Merged
merged 1 commit into from
Nov 17, 2020
Merged

test: coverage for util #1936

merged 1 commit into from
Nov 17, 2020

Conversation

hustcc
Copy link
Member

@hustcc hustcc commented Nov 17, 2020

  • refactor kebabCase, and test case

@github-actions
Copy link
Contributor

github-actions bot commented Nov 17, 2020

🎊 PR Preview 120369f has been successfully built and deployed to https://antvis-G2Plot-preview-pr-1936.surge.sh

🕐 Build time: 551.767s

🤖 By surge-preview

@hustcc hustcc requested review from visiky, lxfu1 and lessmost November 17, 2020 11:44
return `${a ? `${a.toLowerCase()}-` : ''}` + b.toLowerCase();
})
: '';
return result.map((s: string) => s.toLowerCase()).join('-');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@hustcc hustcc merged commit aeb93d9 into master Nov 17, 2020
@hustcc hustcc deleted the test-coverage branch November 17, 2020 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants