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 1c9c3a7 + 564416b commit 75ce3deCopy full SHA for 75ce3de
1-js/03-code-quality/05-testing-mocha/3-pow-test-wrong/task.md
@@ -2,12 +2,12 @@ importance: 5
2
3
---
4
5
-# What's wrong in the test?
+# Какво не е наред с теста?
6
7
-What's wrong in the test of `pow` below?
+Какво не е наред с теста за повдигане на степен `pow` долу?
8
9
```js
10
-it("Raises x to the power n", function() {
+it("Повдига x на степен n", function() {
11
let x = 5;
12
13
let result = x;
@@ -21,4 +21,4 @@ it("Raises x to the power n", function() {
21
});
22
```
23
24
-P.S. Syntactically the test is correct and passes.
+P.S. Синтаксисът на теста е правилен и той минава.
0 commit comments