Skip to content

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