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.
1 parent e92bb83 commit 9e1ef65Copy full SHA for 9e1ef65
1-js/03-code-quality/05-testing-mocha/pow-2.view/test.js
@@ -5,7 +5,7 @@ describe("pow", function() {
5
});
6
7
it("3 raised to power 3 is 27", function() {
8
- assert.equal(pow(3, 3), 27);
+ assert.equal(pow(3, 4), 81);
9
10
11
0 commit comments