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 163f3e0 commit 5dd19d4Copy full SHA for 5dd19d4
1-js/03-code-quality/05-testing-mocha/pow-full.view/test.js
@@ -19,7 +19,7 @@ describe("pow", function() {
19
assert.isNaN(pow(2, -1));
20
});
21
22
- it("если n не число, результат будет NaN", function() {
+ it("если n - дробное число, результат будет NaN", function() {
23
assert.isNaN(pow(2, 1.5));
24
25
0 commit comments