Skip to content

Commit 010a689

Browse files
committed
chore: fix linting
1 parent b2f76cd commit 010a689

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/index.spec.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,10 @@ export default tester(
276276
},
277277
},
278278
[
279-
testerPluginComponent({ componentPath: resolver.resolve('./index.vue'), hasFindPort: true }),
279+
testerPluginComponent({
280+
componentPath: resolver.resolve('./index.vue'),
281+
hasFindPort: true,
282+
}),
280283
{
281284
async after() {
282285
await this.browser.close();

0 commit comments

Comments
 (0)