We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Можно взять файл из пакета --require ts-node/register
--require ts-node/register
Но нельзя взять локальный файл --require ./test-require/index.js
--require ./test-require/index.js
Error: Cannot find module './test-require/index.js'
В mocha аналогичная опция позволяет импортировать локальные файлы тоже https://mochajs.org/#-require-module-r-module
The text was updated successfully, but these errors were encountered:
Hello.
I will look at this problem.
Sorry, something went wrong.
Fixed here - #797
No branches or pull requests
Можно взять файл из пакета
--require ts-node/register
Но нельзя взять локальный файл
--require ./test-require/index.js
В mocha аналогичная опция позволяет импортировать локальные файлы тоже
https://mochajs.org/#-require-module-r-module
The text was updated successfully, but these errors were encountered: