Skip to content

Commit

Permalink
fix tests for dartsass
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack McNicol committed Mar 14, 2019
1 parent 0ad99f6 commit 1692c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/all.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import 'true';
@import 'node_modules/include-media/dist/include-media';
@import '../node_modules/sass-true/sass/true';
@import '../node_modules/include-media/dist/include-media';

@import '../dist/spread';

Expand Down
2 changes: 1 addition & 1 deletion test/functions/test-change-map-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

$test: change-map-list($start-value, $end-value);
$expect: (start: 5px, change: 15px),
(start: 10px, change: 0);
(start: 10px, change: 0px);

@include assert-equal($test, $expect,
'Must be a list of start values and its difference');
Expand Down

0 comments on commit 1692c2c

Please sign in to comment.