mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-27 17:39:10 -06:00
* add gulp makePackage, begin to scaffold data-context * Don't type error on unused locals
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
if (process.env.CYPRESS_INTERNAL_ENV !== 'production') {
|
|
require('@packages/ts/register')
|
|
}
|
|
|
|
module.exports = require('./src')
|