@langri-sha/vitest
v0.1.9
Published
Provides some useful helpers that are commonly used for authoring tests.
Readme
@langri-sha/vitest
Provides some useful helpers that are commonly used for authoring tests.
Usage
Install the required dependencies:
npm install -D vitest @langri-sha/vitestThen import your Vitest dependencies from here:
// some.test.js
import { expect, test, temporaryDirectory } from '@langri-sha/vitest'
test(/*...*/)