Skip to content

Commit 570b5d9

Browse files
committed
Update multi-row.test.js
1 parent 6815378 commit 570b5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/multi-row.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe(`Component initialized with multi row setup.`, () => {
2727
</div>
2828
`,
2929
computed: {
30-
...mapMultiRowFields([`users`, { usersfun: () => `users` }}]),
30+
...mapMultiRowFields([`users`, { usersfun: () => `users` }]),
3131
},
3232
};
3333

0 commit comments

Comments
 (0)