Hello, I am using this plugin, and noticed that when I skip tests that are known to cause issues, I get the warning vitest/no-disabled-tests. Is there a reason that test.todo is preferred over test.skip? The documentation does not have a rationale for this error, and I think (given it is part of the recommended config), it should probably be explained further in the documentation. Thanks!
Hello, I am using this plugin, and noticed that when I skip tests that are known to cause issues, I get the warning
vitest/no-disabled-tests. Is there a reason thattest.todois preferred overtest.skip? The documentation does not have a rationale for this error, and I think (given it is part of the recommended config), it should probably be explained further in the documentation. Thanks!