summaryrefslogtreecommitdiff
path: root/test/parallel/test-trace-events-promises.js
AgeCommit message (Collapse)Author
2018-10-19test: enable trace-events tests for workersRichard Lau
Use the `cwd` option for `child_process` instead of `process.chdir()` to enable the trace events tests to run on workers. PR-URL: https://github.com/nodejs/node/pull/23698 Refs: https://github.com/nodejs/node/pull/23674#discussion_r225335819 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2018-08-30test: fix typo in test nameRich Trott
Correct test name to reflect the module it tests (`trace_events`). PR-URL: https://github.com/nodejs/node/pull/22605 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>