Skip to content

Commit

Permalink
add missing mock
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Sep 4, 2024
1 parent 3ff760a commit 60cebc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/test-utils/mocks/cli-processes.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function mockOTPGraphBuild (shouldPass = false, otpV2 = false) {
javaArgs.push(`./${TEMP_TEST_FOLDER}/ok-otp-2.jar`)
javaArgs.push('--build')
javaArgs.push('--save')
javaArgs.push('--abortOnUnknownConfig')
javaArgs.push(`./${baseFolder}`)
} else {
javaArgs.push(`./${TEMP_TEST_FOLDER}/ok.jar`)
Expand Down

0 comments on commit 60cebc1

Please sign in to comment.