import * as head from 'lodash/head' describe('yarn-v2-pnp', () => { it('can load package from pnp runtime', () => { expect(head([1, 2, 3])).to.equal(1) }) })