chore: fix tests

This commit is contained in:
2025-07-06 23:29:47 +02:00
parent 4f79fa0976
commit da474d7523
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/** @type {import('jest').Config} */
module.exports = {
export default {
transform: {
"^.+\\.(t|j)sx?$": "@swc/jest",
},

View File

@@ -1,5 +1,5 @@
/** @type {import('jest').Config} */
module.exports = {
export default {
transform: {
"^.+\\.(t|j)sx?$": "@swc/jest",
},