Modiifed the incorrect e2e command in the README.md file

Signed-off-by: Gunasekhar Matamalam <gunasekhar.matamalam@suse.com>
This commit is contained in:
Gunasekhar Matamalam
2021-07-28 12:04:48 -07:00
committed by Mark Yen
parent 158d5253ab
commit 3ee8f620ca

View File

@@ -103,5 +103,5 @@ Use the following commands to run unit tests and e2e tests.
```
npm test
npm run e2e
npm run test:e2e
```