Skip to content

Instantly share code, notes, and snippets.

View stevector's full-sized avatar

Steve Persch stevector

View GitHub Profile
@stevector
stevector / 1.js
Created July 25, 2019 21:40 — forked from Shelob9/1.js
//do not test like this please!
test("Form component value", () => {
//Props with sample data
const props = {
defaultValue: "Food",
className: "wp-blocks-tooths",
id: "something"
};
//Render component