Lodash question. Do I always need to invoke lodash...
# general-chat
a
Lodash question. Do I always need to invoke lodash in a test file with
const { _, $ } = Cypress;
? I thought it was batteries-included with Cypress by default.