diff --git a/packages/artifact/jest.config.cjs b/packages/artifact/jest.config.cjs deleted file mode 100644 index ff5e0383..00000000 --- a/packages/artifact/jest.config.cjs +++ /dev/null @@ -1,29 +0,0 @@ -module.exports = { - clearMocks: true, - moduleFileExtensions: ['js', 'ts'], - testEnvironment: 'node', - testMatch: ['**/__tests__/*.test.ts'], - moduleNameMapper: { - '^(\\.{1,2}/.*)\\.js$': '$1', - '^@actions/http-client$': '/../http-client/lib/index.js', - '^@actions/http-client/lib/auth$': '/../http-client/lib/auth.js', - '^@actions/github$': '/../github/lib/github.js', - '^@actions/github/lib/utils$': '/../github/lib/utils.js' - }, - transform: { - '^.+\\.(ts|js)$': ['ts-jest', { - isolatedModules: true, - diagnostics: {warnOnly: true}, - tsconfig: { - allowJs: true, - esModuleInterop: true, - module: 'commonjs', - moduleResolution: 'node' - } - }] - }, - transformIgnorePatterns: [ - '/node_modules/(?!(@octokit|@actions/github|@actions/http-client|universal-user-agent|before-after-hook)/)' - ], - verbose: true -} \ No newline at end of file