chore: updated dependencies

This commit is contained in:
2026-05-23 19:44:52 +02:00
parent 78cbf3f233
commit 7923b917d8
8 changed files with 698 additions and 980 deletions
-3
View File
@@ -1,9 +1,6 @@
/** @type {import('jest').Config} */
module.exports = {
clearMocks: true,
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
},
moduleFileExtensions: ['ts', 'js', 'json'],
testEnvironment: 'node',
testMatch: ['<rootDir>/tests/**/*.test.ts'],