Add package.json, tsconfig.json and jest.config.js
Some checks failed
/ test (push) Failing after 8s
Some checks failed
/ test (push) Failing after 8s
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user