Skip to content

Commit fadb1cf

Browse files
authored
Update README.md
1 parent d933db1 commit fadb1cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ npm run lint:fix
4242
### (IN PLAN) Run tests
4343
```bash
4444
# Run all tests
45-
npm run test (запуск всех тестов)
45+
npm run test
4646
# Run unit tests
47-
npm run unit (unit тесты)
47+
npm run unit
4848
# Run lint tests
49-
npm run lint (тесты линтера)
49+
npm run lint
5050
```
5151

5252
---

0 commit comments

Comments
 (0)