Closed mikesperber closed 10 years ago
Hiya, this should be fixed by PR #62. Basically, the results are printed for synchronous tests only, and then after the asynchronous tests have completed the results are printed again (for sync + async). As it is right now, having no async tests means that the results will be immediately duplicated.
Btw, this issue is a duplicate of #61 :).
Yup, sorry for not seeing this. Thanks for looking!
No problem. :+1:
Yes, #62 should fix this. Closing.
I've been seeing duplicate output of the form "Ran XX tests containing XX assertions." on each test run. (On Nashorn, by the time the second one runs,
squelch-internals
has run, and that causes an exception, but I'll file a separate issue on this. But I also see the duplicate output with Slimer.)Looking at the code, I see this:
There's on invocation of
test-summary
viaon-testing-complete
, and another direct invocation. This seems intentional, but I can't see why it's there.