mirror of
https://github.com/actions/cache.git
synced 2026-06-07 17:44:22 +00:00
Fix lint and jest issues
This commit is contained in:
parent
b9bf592b98
commit
5a912e8b4a
9 changed files with 56 additions and 61 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export default {
|
||||
clearMocks: true,
|
||||
moduleFileExtensions: ['js', 'ts'],
|
||||
roots: ['<rootDir>'],
|
||||
roots: ['<rootDir>/__tests__'],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
transform: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue