Merge pull request #7 from schoettkr/master
Adapt test description to the test
This commit is contained in:
commit
a16fd433bd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
var reverseString = require('./reverseString')
|
||||
|
||||
describe('Hello World', function() {
|
||||
describe('reverseString', function() {
|
||||
it('reverses single word', function() {
|
||||
expect(reverseString('hello')).toEqual('olleh');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue