We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422b971 commit d858296Copy full SHA for d858296
test/units/full-path.test.js
@@ -4,7 +4,7 @@ import fullPath from '../../src/lib/full-path';
4
5
test('fullPath()', t => {
6
t.is(
7
- fullPath('test.postcss', '/my/dir/file.html'),
+ fullPath('test.postcss', 'my/dir/file.html'),
8
join('my', 'dir', 'test.postcss'),
9
'should return the full path of a source based on the path of the resource file'
10
);
0 commit comments