6
__tests__/functions/Capitalize.js
Normal file
6
__tests__/functions/Capitalize.js
Normal file
@ -0,0 +1,6 @@
|
||||
require('module-alias/register');
|
||||
const { Capitalize } = require('@dsabot/Capitalize');
|
||||
|
||||
it('should capitalize the first letter.', () => {
|
||||
expect(Capitalize('mother')).toBe('Mother');
|
||||
});
|
Reference in New Issue
Block a user