Skip to content

Commit

Permalink
fix(cli): config test
Browse files Browse the repository at this point in the history
  • Loading branch information
crherman7 committed Dec 26, 2024
1 parent 13259ad commit 39f220e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/__tests__/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ describe('config object', () => {
it('should be able to update options configuration', () => {
const optionsConfig: PrebuildOptions = {
build: 'internal',
env: 'prod',
release: false,
verbose: false,
platform: 'ios',
Expand Down

0 comments on commit 39f220e

Please sign in to comment.