This was forked from philihp/jest-nyan-reporter.
You can install by typing the following command in terminal.
For Yarn
yarn add -D vitest-nyancat-reporter
For NPM
npm install --save-dev vitest-nyancat-reporter
In order to configure the Nyancat Reporter, you can add the following configuration in your vite.config.js
.
{
"test": {
"reporters": ["vitest-nyancat-reporter"],
}
},