Skip to content

Commit b8238bb

Browse files
Apply prepare changes
1 parent c65fba2 commit b8238bb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/components/Inspector/ResultPanel.nuxt.test.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ describe("Inspector/ResultPanel.vue", async () => {
2020
{
2121
title: "Brep inspection",
2222
nb_issues: 26,
23-
children: [
24-
],
23+
children: [],
2524
},
2625
]
2726

@@ -46,14 +45,12 @@ describe("Inspector/ResultPanel.vue", async () => {
4645
).toStrictEqual(inspection_result[0].children)
4746
})
4847

49-
5048
test(`Test without issues`, async () => {
5149
const inspection_result = [
5250
{
5351
title: "Brep inspection",
5452
nb_issues: 0,
55-
children: [
56-
],
53+
children: [],
5754
},
5855
]
5956
const wrapper = await mountSuspended(InspectorResultPanel, {

0 commit comments

Comments
 (0)