From 92a31b681e96f9480745ac16812fc2adbce9816e Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Wed, 13 Jan 2016 11:00:57 -0800 Subject: [PATCH] Remove manual reporting from Sass unit tests, just use the Mocha reporter instead --- test/sass/_breakpoint.scss | 2 -- test/sass/_color.scss | 2 -- test/sass/_components.scss | 2 -- test/sass/_selector.scss | 2 -- test/sass/_unit.scss | 2 -- test/sass/_value.scss | 2 -- 6 files changed, 12 deletions(-) diff --git a/test/sass/_breakpoint.scss b/test/sass/_breakpoint.scss index 27a06de56..c862e018c 100755 --- a/test/sass/_breakpoint.scss +++ b/test/sass/_breakpoint.scss @@ -136,5 +136,3 @@ } } - -@include report; \ No newline at end of file diff --git a/test/sass/_color.scss b/test/sass/_color.scss index a9143cbcd..df895003c 100755 --- a/test/sass/_color.scss +++ b/test/sass/_color.scss @@ -45,5 +45,3 @@ 'Lightens a dark color'); } } - -@include report; \ No newline at end of file diff --git a/test/sass/_components.scss b/test/sass/_components.scss index 583bb570f..9d93d5a27 100644 --- a/test/sass/_components.scss +++ b/test/sass/_components.scss @@ -39,5 +39,3 @@ } } - -@include report; \ No newline at end of file diff --git a/test/sass/_selector.scss b/test/sass/_selector.scss index 2726cac48..077fa3bfa 100755 --- a/test/sass/_selector.scss +++ b/test/sass/_selector.scss @@ -15,5 +15,3 @@ } } - -@include report; \ No newline at end of file diff --git a/test/sass/_unit.scss b/test/sass/_unit.scss index 49713453a..dc66b9690 100755 --- a/test/sass/_unit.scss +++ b/test/sass/_unit.scss @@ -48,5 +48,3 @@ } } - -@include report; \ No newline at end of file diff --git a/test/sass/_value.scss b/test/sass/_value.scss index 19fcb2aeb..db4c876df 100755 --- a/test/sass/_value.scss +++ b/test/sass/_value.scss @@ -104,5 +104,3 @@ // TODO: Add spec for pow() } - -@include report; \ No newline at end of file -- 2.47.2