Closed klondikemarlen closed 1 year ago
Testing vastly speeds up development time, and makes it easy to avoid regressions. Currently the app does not have an associated test suite.
Test suite for:
Requires:
Tests for api service should have an example of most types of tests:
api/src/utils/formatter.ts
api/src/models/funding-submission-line-json.ts
api/src/services/centre-services.ts
api/src/routes/user-router.ts
api/src/middleware/authorization.ts
Tests for web service should have an example of most types of tests:
Web tests issue created at https://yg-hpw.atlassian.net/browse/ELCC-13
Context
Testing vastly speeds up development time, and makes it easy to avoid regressions. Currently the app does not have an associated test suite.
Test suite for:
Requires:
Tests for api service should have an example of most types of tests:
api/src/utils/formatter.ts
api/src/models/funding-submission-line-json.ts
api/src/services/centre-services.ts
api/src/routes/user-router.ts
api/src/middleware/authorization.ts
Tests for web service should have an example of most types of tests: