mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(util) caes -> case
This commit is contained in:
parent
5de00da3ec
commit
78ac25b752
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ test('kebabToCamelCase: args', (t) => {
|
|||
});
|
||||
|
||||
test('kebabToCamelCase', (t) => {
|
||||
t.equal(kebabToCamelCase('hello-world'), 'HelloWorld', 'should convert kebab to camel caes');
|
||||
t.equal(kebabToCamelCase('hello-world'), 'HelloWorld', 'should convert kebab to camel case');
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue