Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
talgat-ruby committed Dec 13, 2023
1 parent d892843 commit d139918
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This is problems repo.

You will need:

* [git](https://git-scm.com/)
* [NodeJS](https://nodejs.org) (npm come with node js)
- [git](https://git-scm.com/)
- [NodeJS](https://nodejs.org) (npm come with node js)

Using [jest](https://jestjs.io/) as a testing lib.

Expand Down Expand Up @@ -50,11 +50,11 @@ git pull upstream main
In order to run specific exercise (for example `exercise2`):

```shell
npm test ./exercise2/..
npm test ./exercise2/
```

Or specific problem (for example `exercise3/problem5`):

```shell
npm test ./exercise3/problem5/..
```
npm test ./exercise3/problem5/
```

0 comments on commit d139918

Please sign in to comment.