UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (6 loc) 182 B
import _ from 'lodash' describe('Large 3rd party library without tree-shaking', () => { it('successfully imports lodash', () => { expect(_.isBoolean(true)).to.be.true }) })