Adapt description to the test

This commit is contained in:
LS8 2017-12-29 13:52:53 +01:00
parent 9f4c1caf15
commit d0941673ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
var reverseString = require('./reverseString') var reverseString = require('./reverseString')
describe('Hello World', function() { describe('reverseString', function() {
it('reverses single word', function() { it('reverses single word', function() {
expect(reverseString('hello')).toEqual('olleh'); expect(reverseString('hello')).toEqual('olleh');
}); });