UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

19 lines (17 loc) 386 B
/** * Folder names in "node_modules/@types" that we should include * when we bundle Cypress NPM package. These folder have ".d.ts" * definition files that we will need to include with our NPM package. */ const includeTypes = [ 'bluebird', 'lodash', 'mocha', 'minimatch', 'sinon', 'sinon-chai', 'chai', 'chai-jquery', 'jquery', ] module.exports = { includeTypes }