-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(wip): add resource service unit tests and refactor helpers #768
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Datadog ReportBranch report: ✅ 0 Failed, 144 Passed, 23 Skipped, 34.39s Total Time |
d81f89e
to
dcfaa42
Compare
0f943ae
to
afcfbf3
Compare
dcfaa42
to
b03df30
Compare
afcfbf3
to
56c48fa
Compare
56c48fa
to
5cdec2c
Compare
This pull request has been stale for more than 30 days! Could someone please take a look at it @opengovsg/isomer-engineers |
This pull request has been stale for more than 30 days! Could someone please take a look at it @opengovsg/isomer-engineers |
Solution
This PR introduces comprehensive unit tests for the resource service module and refactors some existing code.
Breaking Changes
Features:
getSiteResourceById
,getFullPageById
, andgetPageById
functions in the resource serviceImprovements:
getPages
andgetFolders
functions from resource serviceBug Fixes:
Tests
should pass