works with numbers and punctuation
This commit is contained in:
parent
c77d45581a
commit
b996addda2
|
@ -9,7 +9,7 @@ describe('reverseString', function() {
|
|||
expect(reverseString('hello there')).toEqual('ereht olleh')
|
||||
})
|
||||
|
||||
xit('works with numbers and punctuation', function() {
|
||||
it('works with numbers and punctuation', function() {
|
||||
expect(reverseString('123! abc!')).toEqual('!cba !321')
|
||||
})
|
||||
xit('works with blank strings', function() {
|
||||
|
|
Loading…
Reference in New Issue