0.0.32 • Published 20 days ago

@tsdoc-test-reporter/vitest v0.0.32

Weekly downloads
-
License
-
Repository
-
Last release
20 days ago

@tsdoc-test-reporter/vitest

TSDoc Test Reporter for Vitest

Installing

npm install @tsdoc-test-reporter/vitest

Usage

  1. Add reporter to config (vite.config.ts)
/// <reference types="vitest" />
import { defineConfig } from 'vite';

export default defineConfig({
	test: {
		reporters: ['@tsdoc-test-reporter/vitest'],
	},
});
  1. Add TSDoc comments to a test of your choice:
/**
 * @remarks WCAG Criteria
 */
test('get correct background color based on text color', () => {
	expect(true).toBe(true);
});
  1. Run tests (vitest run)
  2. Open the newly generated file tsdoc-test-reporter-report.html in the browser of your choice

Testing

pnpm nx test vitest
0.0.32

20 days ago

0.0.31

3 months ago

0.0.30

3 months ago

0.0.29

7 months ago

0.0.28

7 months ago

0.0.27

7 months ago

0.0.26

7 months ago

0.0.25

7 months ago

0.0.24

7 months ago

0.0.23

7 months ago

0.0.22

7 months ago

0.0.21

7 months ago

0.0.20

7 months ago

0.0.18

7 months ago

0.0.17

7 months ago

0.0.16

7 months ago

0.0.15

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago