matt-auckland / vitest-nyancat-reporter

Nyan Cat style reporter for Vitest based on the Mocha version :cat: :rainbow:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vitest-nyancat-reporter

This was forked from philihp/jest-nyan-reporter.

Jest Nyan Reporter Image

Installation

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

Configure

In order to configure the Nyancat Reporter, you can add the following configuration in your vite.config.js.

{
  "test": {
    "reporters": ["vitest-nyancat-reporter"],
  }
},

About

Nyan Cat style reporter for Vitest based on the Mocha version :cat: :rainbow:

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 100.0%