Adds plugin feature to vitest for easily adding extensions.
Derived off of the excellent jest-plugins
The Vitest Plugins repo is managed as a monorepo that is composed of many npm packages.
Plugin | Version | Description |
---|---|---|
vitest-plugins |
Adds the plugins feature to vitest. |
Plugin | Version | Description |
---|---|---|
vitest-plugin-context |
Adds context as an alternative to describe for vitest. |
|
vitest-plugin-set |
Declaratively set your variables lazily. Implements let from RSpec. |