note on which test is huge

This commit is contained in:
Matthew Griffith 2019-07-20 11:04:11 -04:00
parent 975edb71ee
commit 5e7c500cc4

View File

@ -21,6 +21,8 @@ main =
, Tuple.pair "Element Alignment" Tests.ElementAlignment.view
, Tuple.pair "Transparency" Tests.Transparency.view
, Tuple.pair "Column Alignment" Tests.ColumnAlignment.view
-- This has 12k cases, so it runs slow and sometimes crashes IE
, Tuple.pair "Row Alignment" Tests.RowAlignment.view
, Tuple.pair "Column Spacing" Tests.ColumnSpacing.view
, Tuple.pair "Row Spacing" Tests.RowSpacing.view