Clone and cd into this repo's directory on your filesystem.
cp test.js /tmp && node -p "require.resolve('/tmp/test', { paths: [] } )"// Should return tmp/test.js prefixed with user's filesystem root.
Run yarn test
Tests not passing.
Similar to jestjs/jest#9502
Issue: jestjs/jest#11927