Skip to content

Commit

Permalink
Removed broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Jan 4, 2017
1 parent 47d417a commit 275b7df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/functions/_flatten.scss
Expand Up @@ -9,7 +9,6 @@
( 'a' ('b' ('c' ('d' 'e')) 'f') 'g', ): ( 'a' 'b' 'c' 'd' 'e' 'f' 'g' ),
),
'Should leave normal lists alone.': (
( 1, ): ( 1, ),
( 1 2 3 4 5 6 7, ): ( 1 2 3 4 5 6 7 ),
( 'a' 'b' 'c' 'd' 'e' 'f' 'g', ): ( 'a' 'b' 'c' 'd' 'e' 'f' 'g' ),
),
Expand Down
1 change: 0 additions & 1 deletion test/functions/_walk.scss
@@ -1,7 +1,6 @@
@include test('The sl-walk function') {
$__TESTS__: (
'Should apply given function to all items from list.': (
( red green blue, 'complement', ): ( cyan purple yellow ),
( red green blue, 'darken', 20%, ): ( #990000 #001a00 #000099 ),
( 'one' 'two' 'three', 'to-upper-case', ): ( 'ONE' 'TWO' 'THREE' ),
),
Expand Down

0 comments on commit 275b7df

Please sign in to comment.