diff --git a/test/unit/__snapshots__/green-flag.test.jsx.snap b/test/unit/__snapshots__/green-flag.test.jsx.snap new file mode 100644 index 0000000000000000000000000000000000000000..c07e9f2c6dfaa098f06c7edfad0d93ac90ad7fdb --- /dev/null +++ b/test/unit/__snapshots__/green-flag.test.jsx.snap @@ -0,0 +1,19 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`GreenFlag renders active state 1`] = ` +<img + className="undefined" + onClick={[Function]} + src="test-file-stub" + title="Go" +/> +`; + +exports[`GreenFlag renders inactive state 1`] = ` +<img + className="" + onClick={[Function]} + src="test-file-stub" + title="Go" +/> +`;