Tidy up
This commit is contained in:
parent
3d5549c765
commit
1b39ae7f70
|
@ -9,7 +9,7 @@ describe('repeatString', function() {
|
||||||
expect(repeatString('hey', 10)).toEqual('heyheyheyheyheyheyheyheyheyhey');
|
expect(repeatString('hey', 10)).toEqual('heyheyheyheyheyheyheyheyheyhey');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('repeats the string 1 times', function() {
|
it('repeats the string 1 time', function() {
|
||||||
expect(repeatString('hey', 1)).toEqual('hey');
|
expect(repeatString('hey', 1)).toEqual('hey');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue