From 1fc816b150e6baba3be361b5904ca8ef364faaad Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Tue, 2 Apr 2019 15:48:20 -0700 Subject: Initial snapshots commit --- src/__snapshots__/use-sunlight.test.js.snap | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/__snapshots__/use-sunlight.test.js.snap diff --git a/src/__snapshots__/use-sunlight.test.js.snap b/src/__snapshots__/use-sunlight.test.js.snap new file mode 100644 index 0000000..df74173 --- /dev/null +++ b/src/__snapshots__/use-sunlight.test.js.snap @@ -0,0 +1,3 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`computeLightLevel 1`] = `0`; -- cgit v1.2.3