diff --git a/playbook/app/pb_kits/playbook/pb_layout/layout.test.js b/playbook/app/pb_kits/playbook/pb_layout/layout.test.js index 0a4da19b71..d1c1c49bcb 100644 --- a/playbook/app/pb_kits/playbook/pb_layout/layout.test.js +++ b/playbook/app/pb_kits/playbook/pb_layout/layout.test.js @@ -82,7 +82,7 @@ test("render all layout variants", () => { ] testValues.forEach(({ layout, expected }) => { - const { getByTestId, container } = render( + const { getByTestId } = render( @@ -90,7 +90,6 @@ test("render all layout variants", () => { ) - console.log(container) expect(getByTestId(`test-${layout}`)).toHaveClass(expected) cleanup()