10000 Merge pull request #7 from schoettkr/master · codekacode/javascript-exercises@a16fd43 · GitHub
[go: up one dir, main page]

Skip to content

Commit a16fd43

Browse files
authored
Merge pull request TheOdinProject#7 from schoettkr/master
Adapt test description to the test
2 parents 1e40135 + d094167 commit a16fd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reverseString/reverseString.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var reverseString = require('./reverseString')
22

3-
describe('Hello World', function() {
3+
describe('reverseString', function() {
44
it('reverses single word', function() {
55
expect(reverseString('hello')).toEqual('olleh');
66
});

0 commit comments

Comments
 (0)
0