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 dc9f9e7 commit 802b05eCopy full SHA for 802b05e
README.md
@@ -14,7 +14,7 @@ Clone this repository and run `npm install`. You're good to go!
14
- In each challenge your solution have to pass two kinds of tests - **TypeScript compilation** and **unit tests**
15
- Challenge of name `XYZ` can be verified by running `npm run test:XYZ`, for example: `npm run test:warm-up`
16
17
-> **Note:** Do pass the challenge, make sure you only modify TypeScript files. Tests should remain unchanged.
+> **Note:** To pass the challenge, make sure you only modify TypeScript files. Tests should remain unchanged.
18
19
## 🛠️ Test commands for challenges
20
0 commit comments