@oselvar/var-vitest
v0.4.2
Published
The vitest adapter for Vár. Wire the plugin into your `vitest.config.ts` so `.md` files run as tests, and add the results reporter:
Readme
@oselvar/var-vitest
The vitest adapter for Vár. Wire the plugin into your vitest.config.ts so .md
files run as tests, and add the results reporter:
import varPlugin from '@oselvar/var-vitest'
import { VarResultsReporter } from '@oselvar/var-vitest/reporter'
export default { plugins: [varPlugin()], test: { reporters: ['default', new VarResultsReporter()] } }Write your step definitions against @oselvar/var, not this package.
