mirror of
https://github.com/actions/toolkit.git
synced 2026-08-21 00:00:16 +02:00
update hash files test
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ module.exports = {
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/__tests__/*.test.ts'],
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
'^.+\\.ts$': ['ts-jest', {isolatedModules: true, diagnostics: {warnOnly: true}}]
|
||||
},
|
||||
verbose: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user