chore: remove jest -> cypress for unit tests
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
import { capitalize } from '../capitalize'
|
||||
|
||||
describe('tools/utils/capitalize', () => {
|
||||
it('should capitalize the first letter of a string', () => {
|
||||
expect(capitalize('hello')).toEqual('Hello')
|
||||
expect(capitalize('HeLlo')).toEqual('HeLlo')
|
||||
expect(capitalize('member(s)')).toEqual('Member(s)')
|
||||
expect(capitalize('Member(s)')).toEqual('Member(s)')
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user