Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Jan 23, 2023
1 parent 26d65d6 commit cbde845
Show file tree
Hide file tree
Showing 4 changed files with 19,326 additions and 129 deletions.
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ You can either build the image and run the needed commands manually or rather us

To setup the environment follow these steps:

1. Make sure to use the appropriate node version as listed in the [package.json file](https://github.com/asyncapi/modelina/blob/ffc0cd8673791b262926093e381c17823fbe9565/package.json#L11). If you use `nvm`, you can simply do `nvm use`.
1. Make sure to use the appropriate node version as listed in the [package.json file](https://github.com/asyncapi/modelina/blob/ffc0cd8673791b262926093e381c17823fbe9565/package.json#L11). If you use `nvm`, you can simply do `nvm use`
2. Setup the project by first installing the dependencies `npm install`
3. Make sure the tests pass by running `npm run test` script
- You can update snapshots by running `npm run test -- -u`
4. Make sure code is well formatted and secure `npm run lint`
4. Make sure code is well formatted and secure with eslint by running `npm run lint`, you can also auto format your code with `npm run format`

## BlackBox testing

Expand Down
Loading

0 comments on commit cbde845

Please sign in to comment.