Skip to content

Commit b71f5df

Browse files
Merge pull request #11 from monikakonieczna/Task-7B-Address-Warnings
Task 7B: Address warnings
2 parents fdacdf7 + c0fbdca commit b71f5df

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package-lock.json

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

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"name": "api-testing-framework-typescript",
3+
"version": "1.0.0",
4+
"description": "An example project demonstrating effective test automation practices using Jest, SuperTest, and TypeScript, tailored for the Rick and Morty API.",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/monikakonieczna/api-testing-framework-typescript.git"
8+
},
9+
"license": "MIT",
210
"scripts": {
311
"test:all": "jest",
412
"test:single_character": "jest --group=single_character",
@@ -14,7 +22,8 @@
1422
"jest-runner-groups": "^2.2.0",
1523
"supertest": "^7.0.0",
1624
"ts-jest": "^29.1.4",
17-
"ts-node": "^10.9.2"
25+
"ts-node": "^10.9.2",
26+
"typescript": "^5.6.2"
1827
},
1928
"dependencies": {
2029
"@types/chance": "^1.1.6",

0 commit comments

Comments
 (0)