From 17a5b21baac1f464b5e4f8a293b374473bdfa549 Mon Sep 17 00:00:00 2001 From: Steve Kinney Date: Tue, 8 Oct 2024 17:03:42 -0600 Subject: [PATCH] Create index.test.js.snap --- examples/scratchpad/__snapshots__/index.test.js.snap | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/scratchpad/__snapshots__/index.test.js.snap diff --git a/examples/scratchpad/__snapshots__/index.test.js.snap b/examples/scratchpad/__snapshots__/index.test.js.snap new file mode 100644 index 0000000..b32825f --- /dev/null +++ b/examples/scratchpad/__snapshots__/index.test.js.snap @@ -0,0 +1,3 @@ +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html + +exports[`a super simple test 1`] = `"
wowowow
"`;