analytics / tracker /test /support /html-fixtures.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 6)
6778ee0 verified
Raw
History Blame Contribute Delete
385 Bytes
/**
* This is a stub for custom form onsubmit handlers Plausible users may have on their websites.
* Overriding onsubmit with a custom handler is common practice in web development for a variety of reasons (mostly UX),
* so this stub can be used in tests to simulate such behavior.
*/
export const customSubmitHandlerStub =
'"event.preventDefault(); console.log(\'Submitted\')"'