eslint-plugin-vitest icon indicating copy to clipboard operation
eslint-plugin-vitest copied to clipboard

eslint plugin for vitest

Results 30 eslint-plugin-vitest issues
Sort by recently updated
recently updated
newest added

- [x] no skipped tests - [ ] no conditionals in tests - [x] lower case title - [x] Not identical title - [x] max-nested-describe - [ ] `expect` expect...

This PR fixes some typos in rules names * [x] Bug * [ ] Feature * [ ] Breaking changes

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.0 to 20.11.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.11.0&new-version=20.11.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.1.3 to 1.2.0. Release notes Sourced from vitest's releases. v1.2.0    🚀 Features Support case-insensitive path matching in cli  -  by @​tigranmk in vitest-dev/vitest#3567 and vitest-dev/vitest#4911 (1326c) Add...

dependencies

Thank you for the new `vitest/prefer-expect-assertions` rule. While testing I found that the rule is triggered when using the `test()` context argument’s version of `expect`: ```ts import { describe, expect,...

I noticed that the `valid-title` rule doesn't use [typed linting](https://typescript-eslint.io/linting/typed-linting) to determine whether a title is a string (or, pending #247, a function). It just goes off the AST node...

As of https://github.com/vitest-dev/vitest/issues/3493 -> https://github.com/vitest-dev/vitest/pull/3497, Vitest `describe`s & similar can take in function names. I think the `valid-title` rule should by default no longer complain if a function name is...

Something went wrong. This is likely an internal error of `eslint-remote-tester-run-action`. Click to expand ``` Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /github/workspace/eslint-remote-tester-runner-internal.config.ts require() of ES modules is...

Readme docs is outdated due to https://github.com/bmish/eslint-doc-generator/issues/526 and https://github.com/bmish/eslint-doc-generator/issues/504

This rule would require access to TypeScript types, so unsure if this fits into the scope of the plugin. Basically my request is a rule called something like `prefer-vi-mocked`, that...