Fix e2e test paths in CONTRIBUTING doc

This commit is contained in:
Leon Miller-Out 2020-07-21 13:46:27 -04:00
parent c79713c4e1
commit 15f777df7d

View File

@ -86,10 +86,10 @@ This test files are located in test/programmatic/*
Behavioral tests are runned by doing:
```
$ bash test/pm2_behavior_tests.sh
$ bash test/e2e.sh
```
This test files are located in test/bash/*
This test files are located in test/e2e/*
## File of interest