diff --git a/test/units/full-path.test.js b/test/units/full-path.test.js index 8dbe4e7..09a0483 100644 --- a/test/units/full-path.test.js +++ b/test/units/full-path.test.js @@ -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' );