diff options
| author | Uri Shaked | 2025-02-11 10:22:50 +0200 |
|---|---|---|
| committer | Uri Shaked | 2025-02-11 10:22:50 +0200 |
| commit | 05c5c7e9069e1ace3441c1f8f12e45b3d304748e (patch) | |
| tree | 8047a1a96c544794300bd80ecfc4590315be7076 /jest.config.js | |
| parent | ci: update Node.js versions (diff) | |
| download | avr8js-05c5c7e9069e1ace3441c1f8f12e45b3d304748e.tar.gz avr8js-05c5c7e9069e1ace3441c1f8f12e45b3d304748e.tar.bz2 avr8js-05c5c7e9069e1ace3441c1f8f12e45b3d304748e.zip | |
test: migrate tests from jest to vitest
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index 0170761..0000000 --- a/jest.config.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = { - preset: 'ts-jest', - testEnvironment: 'node', - transform: { - '^.+\\.tsx?$': [ - 'ts-jest', - { tsconfig: './tsconfig.spec.json' }, - ], - }, -}; |
