Fixed typos in test suite descriptions.

This commit is contained in:
Felix Rilling
2019-03-10 11:07:40 +01:00
parent 239a615770
commit e33b12b17c
4 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ describe('Printing a big object', function(){
return object;
}
it('takes a resonable amount of time', function(){
it('takes a reasonable amount of time', function(){
bigObject = generateObject(0);
expect(jasmineUnderTest.pp(bigObject)).toMatch(/cycle/);
});