0.0.32 • Published 7 days ago

@tsdoc-test-reporter/jest v0.0.32

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

@tsdoc-test-reporter/jest

TSDoc Test Reporter for Jest

Installing

npm install @tsdoc-test-reporter/jest

Usage

Basic

  1. Add reporter to your jest config (jest.config.js)
/** @type {import('@jest/types').Config.InitialOptions} */
module.exports = {
	reporters: ['default', '@tsdoc-test-reporter/jest'],
};
  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
  2. Open the newly generated file tsdoc-test-reporter-report.html in the browser of your choice

Testing

pnpm nx test jest
0.0.32

7 days ago

0.0.31

2 months ago

0.0.30

3 months ago

0.0.29

6 months ago

0.0.28

6 months ago

0.0.27

6 months ago

0.0.26

6 months ago

0.0.25

6 months ago

0.0.24

6 months ago

0.0.23

6 months ago

0.0.22

6 months ago

0.0.21

6 months ago

0.0.20

6 months ago

0.0.19

6 months ago

0.0.18

6 months ago

0.0.17

6 months ago

0.0.16

6 months ago

0.0.15

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

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