- Add new test files for handlers (storage, payment, settings) - Add new test files for services (chat, email, storage, settings, admin) - Add integration tests for services - Update handler implementations with bug fixes - Add coverage reports and test documentation
12 lines
259 B
Text
12 lines
259 B
Text
|
|
> backoffice@0.0.1 test
|
|
> jest --watchAll=false
|
|
|
|
PASS src/stripe/stripe.service.spec.ts (5.104 s)
|
|
PASS src/app.controller.spec.ts
|
|
|
|
Test Suites: 2 passed, 2 total
|
|
Tests: 10 passed, 10 total
|
|
Snapshots: 0 total
|
|
Time: 6.555 s
|
|
Ran all test suites.
|