Skip to content

Commit

Permalink
Fixed full path test
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine committed Aug 31, 2017
1 parent 422b971 commit d858296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/units/full-path.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fullPath from '../../src/lib/full-path';

test('fullPath()', t => {
t.is(
fullPath('test.postcss', '/my/dir/file.html'),
fullPath('test.postcss', 'my/dir/file.html'),
join('my', 'dir', 'test.postcss'),
'should return the full path of a source based on the path of the resource file'
);
Expand Down

0 comments on commit d858296

Please sign in to comment.