Skip to content

Commit 5de849a

Browse files
committed
update @vue/test-utils
1 parent 98785c1 commit 5de849a

File tree

3 files changed

+61
-20
lines changed

3 files changed

+61
-20
lines changed

spring-boot-admin-server-ui/package-lock.json

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

spring-boot-admin-server-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"d3-array": "^1.2.1",
2222
"d3-axis": "^1.0.8",
2323
"d3-brush": "^1.0.4",
24-
"d3-scale": "^2.0.0",
24+
"d3-scale": "^2.1.0",
2525
"d3-selection": "^1.3.0",
2626
"d3-shape": "^1.2.0",
2727
"d3-time": "^1.0.8",
@@ -40,7 +40,7 @@
4040
"yamljs": "^0.3.0"
4141
},
4242
"devDependencies": {
43-
"@vue/test-utils": "^1.0.0-beta.17",
43+
"@vue/test-utils": "^1.0.0-beta.19",
4444
"autoprefixer": "^8.6.2",
4545
"babel-core": "^6.26.3",
4646
"babel-eslint": "^8.2.3",
@@ -51,7 +51,7 @@
5151
"babel-preset-env": "^1.7.0",
5252
"babel-preset-stage-2": "^6.24.1",
5353
"clean-webpack-plugin": "^0.1.19",
54-
"cross-env": "^5.1.6",
54+
"cross-env": "^5.2.0",
5555
"css-hot-loader": "^1.3.9",
5656
"css-loader": "^0.28.11",
5757
"css-mqpacker": "^6.0.2",

spring-boot-admin-server-ui/src/main/frontend/components/__snapshots__/sba-status.spec.js.snap

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ exports[`application-status should match the snapshot with custom status 1`] = `
44
<div
55
class="application-status"
66
>
7-
<!---->
7+
<font-awesome-icon-stub
8+
class="application-status__icon application-status__icon--?"
9+
/>
810
911
<!---->
1012
</div>
@@ -14,7 +16,10 @@ exports[`application-status should match the snapshot with status DOWN 1`] = `
1416
<div
1517
class="application-status"
1618
>
17-
<!---->
19+
<font-awesome-icon-stub
20+
class="application-status__icon application-status__icon--DOWN"
21+
icon="times-circle"
22+
/>
1823
1924
<!---->
2025
</div>
@@ -24,7 +29,10 @@ exports[`application-status should match the snapshot with status OFFLINE 1`] =
2429
<div
2530
class="application-status"
2631
>
27-
<!---->
32+
<font-awesome-icon-stub
33+
class="application-status__icon application-status__icon--OFFLINE"
34+
icon="minus-circle"
35+
/>
2836
2937
<!---->
3038
</div>
@@ -34,7 +42,10 @@ exports[`application-status should match the snapshot with status OUT_OF_SERVICE
3442
<div
3543
class="application-status"
3644
>
37-
<!---->
45+
<font-awesome-icon-stub
46+
class="application-status__icon application-status__icon--OUT_OF_SERVICE"
47+
icon="ban"
48+
/>
3849
3950
<!---->
4051
</div>
@@ -44,7 +55,10 @@ exports[`application-status should match the snapshot with status RESTRICTED 1`]
4455
<div
4556
class="application-status"
4657
>
47-
<!---->
58+
<font-awesome-icon-stub
59+
class="application-status__icon application-status__icon--RESTRICTED"
60+
icon="exclamation"
61+
/>
4862
4963
<!---->
5064
</div>
@@ -54,7 +68,10 @@ exports[`application-status should match the snapshot with status UNKNOWN 1`] =
5468
<div
5569
class="application-status"
5670
>
57-
<!---->
71+
<font-awesome-icon-stub
72+
class="application-status__icon application-status__icon--UNKNOWN"
73+
icon="question-circle"
74+
/>
5875
5976
<!---->
6077
</div>
@@ -64,7 +81,10 @@ exports[`application-status should match the snapshot with status UP with Timest
6481
<div
6582
class="application-status"
6683
>
67-
<!---->
84+
<font-awesome-icon-stub
85+
class="application-status__icon application-status__icon--UP"
86+
icon="check"
87+
/>
6888
6989
<small>
7090
14m

0 commit comments

Comments
 (0)