mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
Adapt description to the test
This commit is contained in:
@@ -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');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user