File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ You can copy this library and use as you like, however think about the design ch
3131
3232## Setup
3333First need to create your own configurations.
34+
3435Copy the sample.env and rename to ` .env `
3536- change required variables
3637
@@ -41,13 +42,8 @@ run the server with
4142
4243``` npm start ```
4344
44- Run tests in local
45-
46- ``` npm test ```
47-
4845
4946## Test Suites and Example usage
50-
5147These are example usages of library. From 1 to 3 abstraction of endpoints increases.
5248
5349#### 1- basic.spec.js
@@ -110,6 +106,16 @@ The API supports adding and deleting individual vegetables. You can also get all
110106 * The name of the vegetable to delete
111107
112108
109+ ## Usage
110+ Run tests in local
111+
112+ ``` npm test ```
113+
114+ Run individual test suite
115+
116+ ``` npm test -- test/basic.spec.js ```
117+
118+
113119## Contributors
114120Special thanks to [ gsypolt] ( https://github.com/gsypolt/api-testing-javascript ) as he is the owner of vegetable api.
115121
You can’t perform that action at this time.
0 commit comments