Skip to content

Commit be0558f

Browse files
author
ogmatrix
committed
fix: fixed lint errors
1 parent 3ed0ca6 commit be0558f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto eol=lf
2+
*.bat text eol=crlf

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ export default defineConfig({
1818
},
1919
include: ['src/**/*.{test,spec}.ts'],
2020
exclude: ['node_modules', 'dist'],
21+
testTimeout: 60000,
2122
},
2223
});

0 commit comments

Comments
 (0)