Skip to content

Commit

Permalink
chore(docs): add information on netlify-dev and tests (#4532)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
erezrokah and kodiakhq[bot] authored Jun 14, 2022
1 parent af6bc38 commit 76f209f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ The CLI is written using the [commander.js](https://github.com/tj/commander.js/)

A good place to start is reading the base command README and looking at the commands folder.

> If you'd like to learn more on how `netlify dev` works, see [here](./docs/netlify-dev.md)
### Testing

This repo uses [ava](https://github.com/avajs/ava) for testing. Any files in the `src` directory that have a `.test.js` file extension are automatically detected and run as tests.
This repo uses [ava](https://github.com/avajs/ava) for testing. Unit tests are in the `tests/unit` folder and integration tests are in the `tests/integration` folder. We use this convention since we split tests across multiple CI machines to speed up CI time. You can read about it more [here](https://github.com/netlify/cli/issues/4178).

We also test for a few other things:

Expand Down

1 comment on commit 76f209f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 294 MB

Please sign in to comment.