Skip to content

Commit 5a228e3

Browse files
authored
migrate Jest to Vitest (#45)
- fix build/lint config - also align Node 24 types
1 parent 42ab65c commit 5a228e3

8 files changed

Lines changed: 1536 additions & 4992 deletions

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export default [
3535
...globals.node,
3636
},
3737

38-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
3938
parser: tsParser,
4039
ecmaVersion: 5,
4140
sourceType: "commonjs",

jest.config.js

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

0 commit comments

Comments
 (0)