We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9fb5e commit 63bda2bCopy full SHA for 63bda2b
test/orchestrator/import/import.test.ts
@@ -48,11 +48,11 @@ describe('Import orchestrator tests', () => {
48
expect(requiredParameters.get('mock')?.length).to.eq(2);
49
expect(requiredParameters.get('mock')).toEqual(expect.arrayContaining([
50
expect.objectContaining({
51
- parameter: 'propA',
+ name: 'propA',
52
type: 'string',
53
}),
54
55
- parameter: 'propB',
+ name: 'propB',
56
type: 'number',
57
})
58
]))
0 commit comments