mirror of
https://github.com/actions/cache.git
synced 2026-05-21 04:38:19 +01:00
Fix lint and jest issues
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
clearMocks: true,
|
||||
moduleFileExtensions: ['js', 'ts'],
|
||||
roots: ['<rootDir>'],
|
||||
roots: ['<rootDir>/__tests__'],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
transform: {
|
||||
|
||||
Reference in New Issue
Block a user