Im quite confused about an error message in the PostMan Code-Editor. It becomes visible after 100 lines of code:
e.g.
tests["good test"] = true; //written 100 times
Postman displays a warning marker on line 100:
On mouseover, this error message is shown
But why? The code seems to be syntactically correct, even if it makes no sense semantically.