Fix tests for genWindow

This commit is contained in:
Jordan Eldredge 2018-04-26 07:17:11 -07:00
parent 843a59cbb0
commit 7c210677b1

View file

@ -13,6 +13,7 @@ describe("GenWindow", () => {
close={() => {}}
windowId="TEST_WINDOW_ID"
scrollVolume={() => {}}
windowSize={[0, 0]}
>
{() => {}}
</GenWindow>