mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
first
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Text from '../../Types/Text';
|
||||
|
||||
describe('class Text', () => {
|
||||
test('Text.uppercaseFirstLetter should make string frist letter Uppercase', () => {
|
||||
test('Text.uppercaseFirstLetter should make string first letter Uppercase', () => {
|
||||
expect(Text.uppercaseFirstLetter('text')).toEqual('Text');
|
||||
expect(Text.uppercaseFirstLetter('another test')).toEqual(
|
||||
'Another test'
|
||||
|
||||
Reference in New Issue
Block a user