mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 07:34:00 -05:00
df3f3fcd42
Using require hook
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
// gives anyone access to ts-node
|
|
// https://github.com/TypeStrong/ts-node#programmatic-usage
|
|
module.exports = require('ts-node')
|