mirror of
https://github.com/actions/toolkit.git
synced 2026-08-12 00:00:17 +02:00
ESM-only with updated @octokit dependencies
This commit is contained in:
@@ -4,6 +4,9 @@ module.exports = {
|
||||
roots: ['<rootDir>/packages'],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/__tests__/*.test.ts'],
|
||||
moduleNameMapper: {
|
||||
'^(\\.{1,2}/.*)\\.js$': '$1'
|
||||
},
|
||||
transform: {
|
||||
'^.+\\.(ts|js)$': ['ts-jest', {
|
||||
isolatedModules: true,
|
||||
|
||||
Reference in New Issue
Block a user