mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-12 11:41:14 +00:00
๐ fix test issue
This commit is contained in:
parent
b0722f128f
commit
7a814244e0
2 changed files with 2 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
nodejs 14.17.0
|
||||
nodejs 16.15.1
|
||||
|
|
|
|||
|
|
@ -3,9 +3,8 @@ module.exports = {
|
|||
moduleFileExtensions: ['js', 'ts'],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
testRunner: 'jest-circus/runner',
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loadingโฆ
Reference in a new issue