commit
49476f4c72
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ describe("readNumber", function() {
|
|||
assert.strictEqual(readNumber(), 0);
|
||||
});
|
||||
|
||||
it("continues the loop unti meets a number", function() {
|
||||
it("continues the loop until meets a number", function() {
|
||||
prompt.onCall(0).returns("not a number");
|
||||
prompt.onCall(1).returns("not a number again");
|
||||
prompt.onCall(2).returns("1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue