SYNC: test for parseName + fix

This commit is contained in:
SPRINX0\prochazka
2025-03-28 15:42:14 +01:00
committed by Diflow
parent d3d97b5924
commit 0dd0125e9f
5 changed files with 39 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
moduleFileExtensions: ['js'],
};