Skip to content

Commit d858296

Browse files
committed
Fixed full path test
1 parent 422b971 commit d858296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/units/full-path.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import fullPath from '../../src/lib/full-path';
44

55
test('fullPath()', t => {
66
t.is(
7-
fullPath('test.postcss', '/my/dir/file.html'),
7+
fullPath('test.postcss', 'my/dir/file.html'),
88
join('my', 'dir', 'test.postcss'),
99
'should return the full path of a source based on the path of the resource file'
1010
);

0 commit comments

Comments
 (0)