Skip to content

Commit bc6c357

Browse files
Update task.md
1 parent 6478231 commit bc6c357

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • 1-js/03-code-quality/05-testing-mocha/3-pow-test-wrong

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ 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
1010
it("Raises x to the power n", function() {
@@ -20,5 +20,4 @@ it("Raises x to the power n", function() {
2020
assert.equal(pow(x, 3), result);
2121
});
2222
```
23-
24-
P.S. Syntactically the test is correct and passes.
23+
از نظر سینتکس(نحوه) تست درست است و قبول می شود.

0 commit comments

Comments
 (0)