Skip to content

Commit afef444

Browse files
committed
remove unused global type
1 parent 81f0b71 commit afef444

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

src/types/global.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

vitest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
test: {
66
coverage: {
77
include: ['src/**/*.ts'],
8-
exclude: ['**/*.d.ts', '**/*.test.ts', '**/test/**', '**/alphalib/**', 'src/types/global.ts'],
8+
exclude: ['**/*.d.ts', '**/*.test.ts', '**/test/**', '**/alphalib/**'],
99
reporter: ['json', 'lcov', 'text', 'clover', 'json-summary', 'html'],
1010
provider: 'v8',
1111
thresholds: {

0 commit comments

Comments
 (0)