Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paypal/glamorous
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7b5ad845cad1c943a37edbdf9de34aad46313ea7
Choose a base ref
..
head repository: paypal/glamorous
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 79126173219eab92e0653e655ecbad4f17492814
Choose a head ref
Showing with 0 additions and 12 deletions.
  1. +0 βˆ’12 test/glamorous.test.tsx
12 changes: 0 additions & 12 deletions test/glamorous.test.tsx
Original file line number Diff line number Diff line change
@@ -536,18 +536,6 @@ const usePropsAreCssOverrides = (

const BuiltinSingleElement: JSX.Element = <glamorous.Div />;

const BuiltinSingleNullChild: JSX.Element = (
<glamorous.Div>
{null}
</glamorous.Div>
);

const BuiltinSingleFalseChild: JSX.Element = (
<glamorous.Div>
{false}
</glamorous.Div>
);

const BuiltinSingleChild: JSX.Element = (
<glamorous.Div>
<glamorous.Span>Hello, world!</glamorous.Span>