Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
- don't forward the exit code of the setFailed in the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Oct 20, 2023
1 parent 59cb85d commit 4684f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/process.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ describe('processDependencyList', () => {
)
} catch (error: any) {
expect(error.message).toEqual("Failed to execute './gradlew :app:dependencies --configuration non-existing'")
process.exitCode = 0
}
})

Expand Down

0 comments on commit 4684f4e

Please sign in to comment.