You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added custom flag type: uuid
* CustomFlags is now uppercase.
* Changed flag type from Flags.string to CustomFlags.uuid where appropriate. Added integration tests.
* Updated documentation.
* Updated test name.
* Updated a test.
Copy file name to clipboardExpand all lines: integration-tests/imodel/connection/create.test.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,14 @@ const tests = () =>
91
91
"When multiple connector-type options are provided, their amount must match file-id option amount. Alternatively, you can provide a single connector-type option, which will then be applied to all file-id options.",
92
92
);
93
93
});
94
+
95
+
it(`should return an error when invalid uuid is provided as --imodel-id`,async()=>{
0 commit comments