Skip to content

Commit da678a1

Browse files
update dependencies and improve README installation instructions
1 parent 853c58b commit da678a1

File tree

4 files changed

+20
-23
lines changed

4 files changed

+20
-23
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
test-report.html

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,7 @@ easily with this pattern I've built!
1717

1818
Run to install and use the project:
1919

20-
`npm install`
21-
22-
If you have any error during the test execution, try to install manually and run:
23-
24-
`npm install -D typescript`
25-
`npm i ts-node`
26-
`npm i jest`
27-
`npm i ts-jest`
28-
`npm install --save-dev supertest`
29-
`npm i @types/supertest`
20+
`npm install --save-dev @types/jest @types/node`
3021

3122
## Usage
3223

package-lock.json

Lines changed: 15 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
"devDependencies": {
99
"@jest/globals": "^29.7.0",
10-
"@types/jest": "^29.5.11",
10+
"@types/jest": "^29.5.14",
11+
"@types/node": "^22.10.6",
1112
"supertest": "^6.3.4",
1213
"ts-jest": "^29.1.2",
1314
"typescript": "^5.3.3"

0 commit comments

Comments
 (0)