release: WRNexusJS 0.5.0
This commit is contained in:
@@ -26,6 +26,7 @@ test("Captcha.wrn parses and exposes the full public contract", async () => {
|
||||
"color",
|
||||
"class",
|
||||
"showListen",
|
||||
"resetOnError",
|
||||
]) {
|
||||
expect(source).toContain(`${prop} =`);
|
||||
}
|
||||
@@ -50,6 +51,7 @@ test("Captcha.wrn parses and exposes the full public contract", async () => {
|
||||
expect(source).toContain("data-captcha-excluded-styles='{excludedStyles}'");
|
||||
expect(source).toContain("data-captcha-randomize-style='{randomizeStyle}'");
|
||||
expect(source).toContain("data-captcha-show-listen='{showListen}'");
|
||||
expect(source).toContain("data-captcha-reset-on-error='{resetOnError}'");
|
||||
expect(source).toContain("data-captcha-not-robot-button");
|
||||
expect(source).toContain("data-[captcha-size=compact]");
|
||||
expect(source).toContain("data-[captcha-size=compact]:max-w-xs");
|
||||
|
||||
Reference in New Issue
Block a user