Update article.md
This commit is contained in:
parent
524d598846
commit
d1100fc7e7
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ We can select one of two ways to organize the test here:
|
||||||
});
|
});
|
||||||
|
|
||||||
it("3 raised to power 3 is 27", 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