Skip to content

Commit c0fbdca

Browse files
Updating project description
1 parent 997d4af commit c0fbdca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
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",

0 commit comments

Comments
 (0)