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
* Moved float validation to a seperate flag type.
* Moved uuidCsv validation to a new flag type. Added email custom flag. Added integration tests for testing email flags.
* Removed validateFloat export from custom-flags/float.ts.
* Updated float custom flag to return a number instead of a string.
* Added expected format to float custom flag error message.
expect(createError?.message).to.contain("All of the following must be provided when using --sw-latitude: --ne-latitude, --ne-longitude, --sw-longitude");
124
124
});
125
125
126
126
it("should return an error if a component of the provided extent is not a valid number",async()=>{
expect(updateError?.message).to.contain("All of the following must be provided when using --sw-latitude: --ne-latitude, --ne-longitude, --sw-longitude");
132
132
});
133
133
134
134
it("should return an error if a component of the provided extent is not a valid number",async()=>{
"Specify IDs of roles to be assigned to a user in CSV format without any whitespaces. This flag can be provided multiple times. If the flag is provided only once, the contained list of role IDs will be assigned to all provided group-ids list. If flag is provided multiple times, each role-ids will be used for the corresponding group-id (fist role-ids list for the first group-id, second role-ids list for the second group-id and so on).",
0 commit comments