Skip to content

Commit 75ce3de

Browse files
authored
Merge pull request #23 from mtsonkova/patch-8
Automated testing with Mocha
2 parents 1c9c3a7 + 564416b commit 75ce3de

File tree

1 file changed

+4
-4
lines changed
  • 1-js/03-code-quality/05-testing-mocha/3-pow-test-wrong

1 file changed

+4
-4
lines changed

1-js/03-code-quality/05-testing-mocha/3-pow-test-wrong/task.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ importance: 5
22

33
---
44

5-
# What's wrong in the test?
5+
# Какво не е наред с теста?
66

7-
What's wrong in the test of `pow` below?
7+
Какво не е наред с теста за повдигане на степен `pow` долу?
88

99
```js
10-
it("Raises x to the power n", function() {
10+
it("Повдига x на степен n", function() {
1111
let x = 5;
1212

1313
let result = x;
@@ -21,4 +21,4 @@ it("Raises x to the power n", function() {
2121
});
2222
```
2323

24-
P.S. Syntactically the test is correct and passes.
24+
P.S. Синтаксисът на теста е правилен и той минава.

0 commit comments

Comments
 (0)