Skip to content

Commit

Permalink
docs(contrib): Fix code section marking (#4378)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4vidi authored Feb 22, 2024
1 parent f51068d commit f869a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/contributing/code/building-and-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ For example, to build the Detox test app for iOS in release mode, run:
```bash
cd detox/test
detox build --configuration ios.sim.release
```

### End-to-End Tests

Expand Down Expand Up @@ -100,6 +101,7 @@ Run the following command to run the integration tests:
```bash
cd detox/test
npm run integration
```

### Linting

Expand Down

0 comments on commit f869a69

Please sign in to comment.