aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorUri Shaked2025-02-11 10:22:50 +0200
committerUri Shaked2025-02-11 10:22:50 +0200
commit05c5c7e9069e1ace3441c1f8f12e45b3d304748e (patch)
tree8047a1a96c544794300bd80ecfc4590315be7076 /jest.config.js
parentci: update Node.js versions (diff)
downloadavr8js-05c5c7e9069e1ace3441c1f8f12e45b3d304748e.tar.gz
avr8js-05c5c7e9069e1ace3441c1f8f12e45b3d304748e.tar.bz2
avr8js-05c5c7e9069e1ace3441c1f8f12e45b3d304748e.zip
test: migrate tests from jest to vitest
Diffstat (limited to '')
-rw-r--r--jest.config.js10
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' },
- ],
- },
-};