appmap-node doesn't produce any recording result when used for Tests. It only produces the following result.
joneldominic opened this issue · 1 comments
joneldominic commented
joneldominic commented
This issue was resolve.
Please note, that if your modifying NODE_OPTIONS
, don't forget to add appmap-node
after it.
For example:
Before:
"test": "cross-env NODE_PATH=./src NODE_ENV=test NODE_OPTIONS='--max-old-space-size=2048' jest --config .jestrc.json"
After:
"test:appmap": "cross-env NODE_PATH=./src NODE_ENV=test NODE_OPTIONS='--max-old-space-size=2048' appmap-node jest --config .jestrc.json"