Update test.js
This commit is contained in:
parent
e92bb83e99
commit
9e1ef650c5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ describe("pow", function() {
|
|||
});
|
||||
|
||||
it("3 raised to power 3 is 27", function() {
|
||||
assert.equal(pow(3, 3), 27);
|
||||
assert.equal(pow(3, 4), 81);
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue