mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-28 10:49:48 -05:00
70e988f749
* refactor: allow ts-node to be scoped * fix: scope config project * rename to registerDir * finish the change * style: fix comment spacing * chore: add comment Co-authored-by: Zach Bloomquist <git@chary.us> Co-authored-by: Zach Bloomquist <git@chary.us>
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
if (process.env.CYPRESS_INTERNAL_ENV !== 'production') {
|
|
require('@packages/ts/registerDir')(__dirname)
|
|
}
|
|
|
|
module.exports = require('./src')
|