We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5aaf4 commit 75f9c78Copy full SHA for 75f9c78
README.md
@@ -108,7 +108,7 @@ The poject uses **Jest** for testing.
108
109
Clone the Github repo. first. Install the dependencies then run `npm test`
110
111
-```
+```bash
112
$ git clone https://github.com/algo7/express-suite.git
113
$ cd express-suite
114
$ npm i
package.json
@@ -24,9 +24,7 @@
24
"devDependencies": {
25
"axios": "^0.19.2",
26
"express": "^4.17.1",
27
- "jest": "^26.0.1"
28
- },
29
- "dependencies": {
+ "jest": "^26.0.1",
30
"body-parser": "^1.19.0"
31
}
32
-}
+}
0 commit comments