-
Notifications
You must be signed in to change notification settings - Fork 37
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
chore(jellyfish-api-core): Change assert order in getMiningInfo.test.ts
to match other tests
#1865
Conversation
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Code Climate has analyzed commit 9d33d7d and detected 0 issues on this pull request. View more on Code Climate. |
Codecov ReportBase: 93.96% // Head: 92.00% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1865 +/- ##
==========================================
- Coverage 93.96% 92.00% -1.97%
==========================================
Files 361 355 -6
Lines 10472 10290 -182
Branches 1316 1293 -23
==========================================
- Hits 9840 9467 -373
- Misses 606 786 +180
- Partials 26 37 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Docker build preview for jellyfish/apps is ready! Built with commit c763ef0
You can also get an immutable image with the commit hash
|
….ts` to match other tests (#1865) <!-- Thanks for sending a pull request! --> #### What this PR does / why we need it: Uses to the assertion order used by all other tests. Uses a regex pattern to match instead of `toContain`. #### Additional comments?: As requested in #1841 (comment)
What this PR does / why we need it:
Uses to the assertion order used by all other tests. Uses a regex pattern to match instead of
toContain
.Additional comments?:
As requested in #1841 (comment)