Skip to content

Commit 9147048

Browse files
committed
优化单元测试
1 parent 1166662 commit 9147048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test19/demo.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99

1010
describe('test19', () => {
1111
it('get DemoService instance', async () => {
12-
const wrapper = mount(DemoComp);
12+
mount(DemoComp);
1313

1414
const findChildService = useRootService(FIND_CHILD_SERVICE);
1515
const findChildrenServices = useRootService(FIND_CHILDREN_SERVICES);

0 commit comments

Comments
 (0)