mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 18:57:32 +00:00
feat: implement (optional) semver parsing of version (#213)
This commit is contained in:
+5
-1
@@ -1,10 +1,14 @@
|
||||
module.exports = {
|
||||
clearMocks: true,
|
||||
moduleFileExtensions: ['js', 'ts'],
|
||||
setupFiles: ["dotenv/config"],
|
||||
setupFiles: [
|
||||
"dotenv/config",
|
||||
"<rootDir>/src/test_setup.ts"
|
||||
],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
testRunner: 'jest-circus/runner',
|
||||
testTimeout: 10000,
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user