unit tests

This commit is contained in:
2025-02-12 10:48:47 +01:00
parent 4deb25962e
commit e37bec02c2
7 changed files with 46 additions and 10 deletions

6
jest.config.js Normal file
View File

@ -0,0 +1,6 @@
export default {
transform: {
'^.+\\.js$': 'babel-jest',
},
testEnvironment: 'node',
};