Skip to content

Commit

Permalink
[docs] Add reminder to run esy @test install before esy @test run (
Browse files Browse the repository at this point in the history
  • Loading branch information
glennsl authored and bryphe committed Jan 28, 2020
1 parent cf581dc commit b31a0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/for-developers/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ We have two classes of tests - _unit tests_ and _integration tests_.

### Unit Tests

Unit tests live in the `test` folder and be can be run via `esy '@test' run`.
Unit tests live in the `test` folder and be can be run via `esy '@test' run`, but remember to run `esy '@test' install` initially to install the test dependencies.

We organize our tests 1-to-1 with the `src` code - for example, test cases for `src/editor/Core/LineNumber.re` would live in `test/Core/LineNumberTests.re`.

Expand Down

0 comments on commit b31a0b2

Please sign in to comment.