feat: add test for orders

This commit is contained in:
2025-02-16 11:31:05 +03:00
parent 52fec13377
commit 56f65fbd3a
14 changed files with 16255 additions and 15270 deletions

View File

@@ -1,4 +1,5 @@
module.exports = {
preset: 'ts-jest',
transform: {
'^.+\\.tsx?$': 'babel-jest',
},