Skip to content

Commit ecdd335

Browse files
committed
improved readme
1 parent 5703cb2 commit ecdd335

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,16 @@ At the moment to start a tracker you have to configure the config file in turtle
55

66
Would be good create a mintNew method to allow new ones to be created in the UI.
77

8+
# Testing Guide
9+
10+
## Running Tests
11+
12+
Only ESlint is active on this repo.
13+
14+
```bash
15+
# Run linting only
16+
npm run lint
17+
18+
# Auto-fix linting issues
19+
npm run lint-fix
20+
```

0 commit comments

Comments
 (0)