diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-02 15:48:20 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-02 15:48:20 -0700 |
commit | 1fc816b150e6baba3be361b5904ca8ef364faaad (patch) | |
tree | fee46fcef7314319fbccdd38a8c0b81823034bc6 /src | |
parent | 91262718093924a9bd33b5f51f6e0b970077151c (diff) |
Initial snapshots commit
Diffstat (limited to 'src')
-rw-r--r-- | src/__snapshots__/use-sunlight.test.js.snap | 3 |
1 files changed, 3 insertions, 0 deletions
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`; |