@revoloo/cypress6
Version:
Cypress.io end to end testing tool
12 lines (9 loc) • 303 B
JavaScript
const _ = require('lodash')
// only export exactly what we need, nothing more!
_.mixin({
clean: require('underscore.string/clean'),
count: require('underscore.string/count'),
isBlank: require('underscore.string/isBlank'),
toBoolean: require('underscore.string/toBoolean'),
})
export default _