Skip to content

Commit f212cc5

Browse files
committed
style: fix linting issues
1 parent a1dce6d commit f212cc5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/globalSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ export default function setup() {
1313

1414
return () => {
1515
stopServer(globalThis.server, 'SIGINT');
16-
}
16+
};
1717
};

vitest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { defineConfig } from 'vitest/config'
1+
import { defineConfig } from 'vitest/config';
22

33
export default defineConfig({
44
test: {
55
globalSetup: ['./tests/globalSetup.ts'],
66
}
7-
})
7+
});

0 commit comments

Comments
 (0)