Skip to content

Commit 7a4422c

Browse files
authored
Update task.md
1 parent 2ad94b2 commit 7a4422c

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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+
# Có gì sai trong bài kiểm tra?
66

7-
What's wrong in the test of `pow` below?
7+
Có gì sai trong bài kiểm tra `pow` bên dưới?
88

99
```js
1010
it("Raises x to the power n", function() {
@@ -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+
Tái bút. Về mặt cú pháp, bài kiểm tra là chính xác và vượt qua.

0 commit comments

Comments
 (0)