Skip to content

Commit

Permalink
vizlib test one line
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkan1 committed Mar 29, 2024
1 parent dbdaddf commit 0295ad6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ docker-compose run --rm server tests

In order to test viz-lib folder you need to install dependencies and run tests because you cant have 2 react versions in the same project. To do that run below commands in the viz-lib folder:
```
npm install antd@^3 react@^16.8 react-dom@^16.8
npm run test
npm install antd@^3 react@^16.8 react-dom@^16.8 && npm run test
```

### Components
Expand Down

0 comments on commit 0295ad6

Please # to comment.