chore: added internal api mocking for tests

This commit is contained in:
2024-09-29 13:15:46 +02:00
parent 091e94e396
commit 2ec02080c3
9 changed files with 532 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "api-mock",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.3"
}
}