Skip to content

Commit d6c4f15

Browse files
committed
Remove empty block from unit test.
1 parent e68ba4f commit d6c4f15

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

tests/unit/specs/components/helpwin/HelpWin.spec.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,4 @@ describe('helpwin/HelpWin.vue', () => {
6060
comp.unmount();
6161
});
6262
});
63-
64-
describe('data', () => {
65-
beforeEach(() => {
66-
comp = createWrapper();
67-
vm = comp.vm;
68-
});
69-
70-
afterEach(() => {
71-
comp.unmount();
72-
});
73-
});
7463
});

0 commit comments

Comments
 (0)