nodeunit icon indicating copy to clipboard operation
nodeunit copied to clipboard

Small feature request: test.name property

Open georgesnelling opened this issue 13 years ago • 0 comments

We're using nodeunit to drive a series of performance tests. Each test logs its results and its expected results. Currently we just manually copy the name of each test in the logging code. It would be cleaner if we had programatic access to the name of each test, perhaps through a test.name property. Thank you.

georgesnelling avatar Apr 12 '12 06:04 georgesnelling