Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 7, 2024
1 parent d1fdfdb commit 5359756
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/commands/__tests__/converters-default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1580,4 +1580,10 @@ export const DefaultCommandConverters: CommandTestConverterSet = {
},
propertyAliases: {},
},
ISOi: {
idAliases: {},
propertyAliases: {
iSORecordAllInputs: (val) => ({ val, name: 'recordAllInputs' }),
},
},
}

0 comments on commit 5359756

Please sign in to comment.