Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 7effa2f

Browse files
committed
fix: Read fixture as utf-8
1 parent 4f183c1 commit 7effa2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ describe('api', function() {
362362
var expectedImportOrder = [
363363
'a', '_common', 'vars', 'struct', 'a1', 'common', 'vars', 'struct', 'b', 'b1'
364364
];
365-
var expected = read(fixture('depth-first/expected.css'));
365+
var expected = read(fixture('depth-first/expected.css'), 'utf-8');
366366

367367
sass.render({
368368
file: fixture('depth-first/index.scss'),

0 commit comments

Comments
 (0)