@vitest/eslint-plugin 1.4.1 → 1.4.3

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/dist/index.d.cts CHANGED
@@ -135,6 +135,7 @@ declare const plugin: {
135
135
  readonly "vitest/valid-expect-in-promise": "warn";
136
136
  readonly "vitest/valid-expect": "warn";
137
137
  readonly "vitest/valid-title": "warn";
138
+ readonly "vitest/require-awaited-expect-poll": "warn";
138
139
  };
139
140
  };
140
141
  readonly env: {
package/dist/index.d.ts CHANGED
@@ -135,6 +135,7 @@ declare const plugin: {
135
135
  readonly "vitest/valid-expect-in-promise": "warn";
136
136
  readonly "vitest/valid-expect": "warn";
137
137
  readonly "vitest/valid-title": "warn";
138
+ readonly "vitest/require-awaited-expect-poll": "warn";
138
139
  };
139
140
  };
140
141
  readonly env: {