-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
[1] It prevents importing submodules from inside your own project, but we want to prevent importing them from other packages. |
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
After discussing with the team:
|
Codecov Report
@@ Coverage Diff @@
## master #652 +/- ##
=======================================
Coverage 82.38% 82.38%
=======================================
Files 163 163
Lines 7891 7880 -11
Branches 1375 1375
=======================================
- Hits 6501 6492 -9
+ Misses 1386 1384 -2
Partials 4 4
Continue to review full report at Codecov.
|
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whitespaces certainly reduces the number of lines changed 😋
Still takes a little while to review.
LGTM though! 😉
@@ -9,6 +9,7 @@ | |||
* | |||
*/ | |||
|
|||
/* eslint-disable jest/expect-expect */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we might be able to rename the functions (like wasNpmInstallCallValid
) which contain the expects to something like expectNpmInstallCallValid
(or soemthing to that matches the assertFunctionNames
) 😋
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple questions before I approve this.
@@ -9,14 +9,6 @@ | |||
* | |||
*/ | |||
|
|||
import { IImperativeConfig } from "../../../../../packages/imperative"; | |||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it supposed to remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, not sure how this happened, thanks for catching it!
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
SonarCloud Quality Gate failed. |
ℹ️ This PR is easier to review with whitespace changes hidden. It will still be a big diff though 😢
⚠️ In cases where tests were removed, it is because they were identified as duplicates by ESLint.
TODO: