Add package.json, tsconfig.json and jest.config.js
Some checks failed
/ test (push) Failing after 8s

This commit is contained in:
2026-02-03 08:20:12 +00:00
parent 64bf1a921c
commit cecabe8df5

View File

@@ -11,7 +11,7 @@ module.exports = {
coverageDirectory: 'coverage',
verbose: true,
transformIgnorePatterns: [
'node_modules/(?!execa|strip-final-newline)'
'node_modules/(?!(execa|strip-final-newline)/)'
],
moduleNameMapper: {
'^execa$': '<rootDir>/tests/__mocks__/execa.js'