-
Notifications
You must be signed in to change notification settings - Fork 10
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[ATLAS-104]: Adding Unit Tests for Date & Time Module #55
test[ATLAS-104]: Adding Unit Tests for Date & Time Module #55
Conversation
|
…development' into ATLAS-104-date-module-and-apis-development-unit-tests
This comment has been minimized.
This comment has been minimized.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## ATLAS-104-date-module-and-ap-is-development #55 +/- ##
================================================================================
+ Coverage 42.85% 85.18% +42.32%
================================================================================
Files 48 49 +1
Lines 574 594 +20
Branches 156 163 +7
================================================================================
+ Hits 246 506 +260
+ Misses 322 87 -235
+ Partials 6 1 -5 ☔ View full report in Codecov by Sentry. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Bundle Size Report
|
🟢 No Change | 🗑 File Deleted | 🆕 New File | 📈 Size Increased | 👍 Size Reduced |
---|
Parsed (kb) | |||||
---|---|---|---|---|---|
🚦 | File Name | Base | PR | Diff | % |
🟢 | cjs/index.js |
66.53 |
66.53 |
|
0 |
🟢 | esm/index.js |
66.38 |
66.38 |
|
0 |
🟢 | umd/index.js |
74.41 |
74.41 |
|
0 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…development' into ATLAS-104-date-module-and-apis-development-unit-tests
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…development' into ATLAS-104-date-module-and-apis-development-unit-tests
This comment has been minimized.
This comment has been minimized.
…development' into ATLAS-104-date-module-and-apis-development-unit-tests
This comment has been minimized.
This comment has been minimized.
e591663
into
ATLAS-104-date-module-and-ap-is-development
Description
This PR adds test cases for Date & Time Module for below api's:
Changes Made
List the main changes made in this pull request.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Additional Notes
Any additional information that would be helpful for the reviewer.
Checklist:
Reviewer Checklist
PR Title Format
Format:
<type>: <subject>
Types can be as follows:
feat
: (new feature for the user, not a new feature for build script)fix
: (bug fix for the user, not a fix to a build script)docs
: (changes to the documentation)style
: (formatting, missing semi colons, etc; no production code change)refactor
: (refactoring production code, eg. renaming a variable)test
: (adding missing tests, refactoring tests; no production code change)chore
: (updating grunt tasks etc; no production code change)