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',
|
coverageDirectory: 'coverage',
|
||||||
verbose: true,
|
verbose: true,
|
||||||
transformIgnorePatterns: [
|
transformIgnorePatterns: [
|
||||||
'node_modules/(?!execa|strip-final-newline)'
|
'node_modules/(?!(execa|strip-final-newline)/)'
|
||||||
],
|
],
|
||||||
moduleNameMapper: {
|
moduleNameMapper: {
|
||||||
'^execa$': '<rootDir>/tests/__mocks__/execa.js'
|
'^execa$': '<rootDir>/tests/__mocks__/execa.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user