@vitest/eslint-plugin 1.6.11 → 1.6.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.cjs +326 -261
- package/dist/index.d.cts +5 -4
- package/dist/index.d.mts +5 -4
- package/dist/index.mjs +325 -260
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -263,6 +263,7 @@ export default defineConfig({
|
|
|
263
263
|
| [require-test-timeout](docs/rules/require-test-timeout.md) | require tests to declare a timeout | | | 🌐 | | | | |
|
|
264
264
|
| [require-to-throw-message](docs/rules/require-to-throw-message.md) | require toThrow() to be called with an error message | | 🌐 | | | | | |
|
|
265
265
|
| [require-top-level-describe](docs/rules/require-top-level-describe.md) | enforce that all tests are in a top-level describe | | 🌐 | | | | | |
|
|
266
|
+
| [unbound-method](docs/rules/unbound-method.md) | enforce unbound methods are called with their expected scope | | 🌐 | | | | 💭 | |
|
|
266
267
|
| [valid-describe-callback](docs/rules/valid-describe-callback.md) | enforce valid describe callback | ✅ | 🌐 | | | | | |
|
|
267
268
|
| [valid-expect](docs/rules/valid-expect.md) | enforce valid `expect()` usage | ✅ | 🌐 | | 🔧 | | | |
|
|
268
269
|
| [valid-expect-in-promise](docs/rules/valid-expect-in-promise.md) | require promises that have expectations in their chain to be valid | ✅ | 🌐 | | | | | |
|