add: 只出现一次的数字等
This commit is contained in:
5
test/string/reverse-words-in-a-string.test.js
Normal file
5
test/string/reverse-words-in-a-string.test.js
Normal file
@ -0,0 +1,5 @@
|
||||
import ReverseWordsInAString from '../../src/string/reverse-words-in-a-string'
|
||||
|
||||
test('ReverseWordsInAString', () => {
|
||||
expect(ReverseWordsInAString('Let\'s take LeetCode contest')).toBe('s\'teL ekat edoCteeL tsetnoc')
|
||||
})
|
Reference in New Issue
Block a user