feat(test): init API endpoint testing #4
Annotations
2 errors
test/api/v1/marketplace.test.ts > Order storage at v1/marketplace/orders > Submits a new order for validation and storage on the database.:
test/api/v1/marketplace.test.ts#L50
AssertionError: expected false to be true
- Expected
+ Received
- true
+ false
❯ test/api/v1/marketplace.test.ts:50:38
|
unit-test
Process completed with exit code 1.
|