We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 990b8f4 + 182ac4b commit 2aa36c1Copy full SHA for 2aa36c1
1-js/03-code-quality/05-testing-mocha/pow-2.view/test.js
@@ -4,8 +4,8 @@ describe("pow", function() {
4
assert.equal(pow(2, 3), 8);
5
});
6
7
- it("3 raised to power 3 is 27", function() {
8
- assert.equal(pow(3, 3), 27);
+ it("3 raised to power 4 is 81", function() {
+ assert.equal(pow(3, 4), 81);
9
10
11
0 commit comments