Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.83 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.83 KB

Vitest Plugins

Adds plugin feature to vitest for easily adding extensions.

Derived off of the excellent jest-plugins

Getting Started

Packages

The Vitest Plugins repo is managed as a monorepo that is composed of many npm packages.

Core Packages

Plugin Version Description
vitest-plugins npm Adds the plugins feature to vitest.

Plugins

Plugin Version Description
vitest-plugin-context npm Adds context as an alternative to describe for vitest.
vitest-plugin-set npm Declaratively set your variables lazily. Implements let from RSpec.