Skip to content
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

Change Test Imports to point to arcgisRestJS #1507

Merged
merged 11 commits into from
Sep 26, 2024

Conversation

previnWong
Copy link
Collaborator

Finishing changing all the direct arcgis-rest-js imports from other tests to use the arcgisRestJS module.

Some test failed throwing this error
Error: : is not declared writable or has no setter

So I had to make wrapper functions to have a writable function that calls the arcgis rest js function under the hood.
image

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (7f06b36) to head (5a35a16).
Report is 12 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop     #1507   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          152       152           
  Lines         8143      8168   +25     
  Branches      1863      1863           
=========================================
+ Hits          8143      8168   +25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MikeTschudi MikeTschudi merged commit 4924f04 into develop Sep 26, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants