Closed robdodson closed 4 years ago
I'm not sure how the testing setup works. Perhaps it would save time for the repo owner to write the tests as they're more familiar with it?
@robdodson Thanks!
I'm not sure how the testing setup works. Perhaps it would save time for the repo owner to write the tests as they're more familiar with it?
OK.
If you can, please try to add a test case in another PR 👍
It is reasonable that we add deny
option to valid
pattern:
It test that deny
option work.
{
text: "The boogeyman",
options: {
allow: ["boogeyman-boogeywoman"]
}
},
{
text: "The boogeyman",
options: {
// deny only "he-she" and "boogeyman" should be pass
deny: ["he-she"]
}
}
deny
,noBinary
,profanitySureness
).