Add tests for regex fix functionality and enhance fix logic in fix-regex.js

This commit is contained in:
Mardav Wala
2025-08-15 17:31:52 +00:00
parent 3a231c99dc
commit ca20dc5da1
3 changed files with 326 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testMatch: ['**/*.test.ts'],
testMatch: ['**/*.test.ts', '**/*.test.js'],
transform: {
'^.+\\.ts$': 'ts-jest',
},