@practica/create-node-app
Version:
Create Node.js app that is packed with best practices AND strive for simplicity
32 lines • 948 B
JSON
[
{
"duration": 139,
"fullName": "/api POST /orders When adding a new valid order, Then should get back approval with 200 response",
"status": "passed"
},
{
"duration": 23,
"fullName": "/api POST /orders When adding a new valid order, Then should be able to retrieve it",
"status": "passed"
},
{
"duration": 3,
"fullName": "/api POST /orders When adding an order without specifying product, stop and return 400",
"status": "passed"
},
{
"duration": 5,
"fullName": "/api POST /orders When the user does not exist, return 404 response",
"status": "passed"
},
{
"duration": 75,
"fullName": "/api GET /order When asked for an existing order, Then should retrieve it and receive 200 response",
"status": "passed"
},
{
"duration": 77,
"fullName": "/api DELETE /order When deleting an existing order, Then it should NOT be retrievable",
"status": "passed"
}
]