titef
titef copied to clipboard
Unable to pass argument to node bin
Things like
titef -r dotenv/config ./test/amazing.test.js
are not working because we are not currently supporting the -r flag
Current workaround
node -r titef -r dotenv/config ./test/amazing.test.js
This is currently not working with ts-node and hindering typescript development