added tests

This commit is contained in:
Karma Riuk
2025-04-28 16:27:11 +02:00
parent ac6518754f
commit 770d9b8f64
3 changed files with 105 additions and 2 deletions

8
jest.config.js Normal file
View File

@ -0,0 +1,8 @@
export default {
transform: {},
moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
},
testEnvironment: 'node',
verbose: true
};