Closed googleoryx closed 3 years ago
We have set up a sample repo with your dependencies, but everything is working for us:
Can you please:
Wallaby Manage License
and try the latest version of Wallaby? Your current version had expired 10 months ago, so you haven't received any Wallaby Core updates since Feb 2020.1) The other live comments aren't working in the test file 2) Your sample repo works fine 3) I'll post more info soon hopefully
@googleoryx - is it possible that your project is configured to remove comments from your code when running tests? In this case, the behavior would be expected because Wallaby would never receive the performance comment hints. You should be able to replicate the problem with /*?*/
as well as with /*?.*/
.
If you are using TypeScript, comments are removed if the removeComments
property is set to false
.
If you are using Babel, comments are removed if the comments
setting is false
.
You may have some other plugin/transform that is stripping comments from the code that your project provides to Wallaby.
Since we have not had any further correspondence on this issue, I am closing for now. If you reply with more details on your problem, we will re-open.
Performance comments have stopped working
Wallaby diagnostics report
Test File
App Code File
Screenshot