mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-13 12:11: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,7 +3,6 @@ module.exports = {
|
||||||
moduleFileExtensions: ['js', 'ts'],
|
moduleFileExtensions: ['js', 'ts'],
|
||||||
testEnvironment: 'node',
|
testEnvironment: 'node',
|
||||||
testMatch: ['**/*.test.ts'],
|
testMatch: ['**/*.test.ts'],
|
||||||
testRunner: 'jest-circus/runner',
|
|
||||||
transform: {
|
transform: {
|
||||||
'^.+\\.ts$': 'ts-jest'
|
'^.+\\.ts$': 'ts-jest'
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loadingโฆ
Reference in a new issue