Skip to content

Commit d2467c2

Browse files
committed
chore: update tests
1 parent e5f8f17 commit d2467c2

File tree

3 files changed

+13
-65
lines changed

3 files changed

+13
-65
lines changed

package-lock.json

Lines changed: 11 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"private": true,
2222
"dependencies": {
2323
"@angular/animations": "~12.2.17",
24-
"@angular/cdk": "^11.2.0",
24+
"@angular/cdk": "^12.2.13",
2525
"@angular/common": "~12.2.17",
2626
"@angular/compiler": "~12.2.17",
2727
"@angular/core": "~12.2.17",

src/app/thingy52/__snapshots__/battery-level.component.spec.ts.snap

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
exports[`BatteryLevelComponent should create 1`] = `
44
<ble-battery-level
5-
__ngContext__={[Function LRootView]}
65
color={[Function String]}
76
console={[Function NoLoggerService]}
87
mode={[Function String]}
@@ -42,7 +41,6 @@ exports[`BatteryLevelComponent should create 1`] = `
4241

4342
exports[`BatteryLevelComponent should display device connected state 1`] = `
4443
<ble-battery-level
45-
__ngContext__={[Function LRootView]}
4644
color={[Function String]}
4745
console={[Function NoLoggerService]}
4846
deviceSubscription={[Function Subscriber]}
@@ -74,14 +72,14 @@ exports[`BatteryLevelComponent should display device connected state 1`] = `
7472
style="width: 250px; height: 250px;"
7573
viewBox="0 0 242 242"
7674
>
75+
7776
<circle
7877
cx="50%"
7978
cy="50%"
8079
r="120"
8180
style="animation-name: mat-progress-spinner-stroke-rotate-250; stroke-dasharray: 753.9822368615503px; stroke-width: 0.8%;"
8281
/>
8382
84-
8583
</svg>
8684
</mat-progress-spinner><mat-icon
8785
aria-hidden="true"

0 commit comments

Comments
 (0)