All the matchers defined by Rigoletto.
To install them at runtime, you'll need this reference in Vitest's configuration file:
test: { setupFiles: ["@giancosta86/rigoletto/matchers/all"]} Copy
test: { setupFiles: ["@giancosta86/rigoletto/matchers/all"]}
To access them via TypeScript, just add this line to some global .d.ts file included by tsconfig.json:
.d.ts
import "@giancosta86/rigoletto/matchers/all"; Copy
import "@giancosta86/rigoletto/matchers/all";
All the matchers defined by Rigoletto.
To install them at runtime, you'll need this reference in Vitest's configuration file:
To access them via TypeScript, just add this line to some global
.d.ts
file included by tsconfig.json: