We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ShouldBeEmpty and ShouldNotBeEmpty are not present in https://smocker.dev/smocker.schema.json
ShouldBeEmpty
ShouldNotBeEmpty
See https://github.com/smocker-dev/smocker/blob/main/server/types/matchers.go#L21 for a complete list of string_matchers.
string_matcher
--- /tmp/inschema 2024-07-25 14:26:53.690076590 +0200 +++ /tmp/incode 2024-07-25 14:25:50.711300857 +0200 @@ -5,6 +5,7 @@ "ShouldEqual" "ShouldEqualJSON" "ShouldStartWith" +"ShouldBeEmpty" "ShouldMatch" "ShouldNotResemble" "ShouldNotAlmostEqual" @@ -12,4 +13,5 @@ "ShouldNotEndWith" "ShouldNotEqual" "ShouldNotStartWith" +"ShouldNotBeEmpty" "ShouldNotMatch"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ShouldBeEmpty
andShouldNotBeEmpty
are not present in https://smocker.dev/smocker.schema.jsonSee https://github.com/smocker-dev/smocker/blob/main/server/types/matchers.go#L21 for a complete list of
string_matcher
s.The text was updated successfully, but these errors were encountered: