Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Aug 15, 2023
1 parent 555c7ab commit 4d30538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/semantic-release-config/tests/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test('Customize config and extend default', () => {
['@semantic-release/commit-analyzer', { preset: 'techor', releaseRules }],
['@semantic-release/release-notes-generator', { preset: 'techor' }],
['@semantic-release/exec', {
prepareCmd: 'techor version ${nextRelease.version}'
verifyConditionsCmd: 'techor version ${nextRelease.version}'
}],
'@semantic-release/github'
]
Expand Down Expand Up @@ -52,7 +52,7 @@ test('Disable the @semantic-release/github plugin', () => {
['@semantic-release/commit-analyzer', { preset: 'techor', releaseRules }],
['@semantic-release/release-notes-generator', { preset: 'techor' }],
['@semantic-release/exec', {
prepareCmd: 'techor version ${nextRelease.version}'
verifyConditionsCmd: 'techor version ${nextRelease.version}'
}]
]
})
Expand Down

0 comments on commit 4d30538

Please sign in to comment.