Skip to content

Commit bfa3602

Browse files
committed
chore: fix tests
1 parent 2b3530d commit bfa3602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cli-utils/src/lib/command/__tests__

packages/cli-utils/src/lib/command/__tests__/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('@ionic/cli-utils', () => {
8484
it('should transform metadata to minimist options', () => {
8585
const result = metadataToMinimistOptions(metadata);
8686
expect(result).toEqual({
87-
string: ['foo', 'bar'],
87+
string: ['_', 'foo', 'bar'],
8888
boolean: ['flag1'],
8989
alias: { foo: ['f'], bar: [], flag1: [] },
9090
default: { foo: null, bar: 'soup', flag1: false },

0 commit comments

Comments
 (0)