mutation-testing-report-schema
TypeScript icon, indicating that this package has built-in type declarations

3.0.4 • Public • Published

Build Status

Mutation testing elements schema

The json schema for mutation testing elements.

The schema can be found here.

JavaScript

Install it with npm like this:

$ npm i mutation-testing-report-schema

Use it from typescript or js (with babel)

import { schema } from 'mutation-testing-elements-schema';

For example, use AJV:

const schemaValidator = new Ajv();
schemaValidator.addSchema(schema, 'mutation-testing-report-schema');
schemaValidator.validate('mutation-testing-report-schema', {
  /*.. report as json ...*/
});

Other languages

Download the schema using https://www.unpkg.com/mutation-testing-report-schema@VERSION/dist/src/mutation-testing-report-schema.json

For the current version, see package.json.

Readme

Keywords

none

Package Sidebar

Install

npm i mutation-testing-report-schema

Weekly Downloads

77,705

Version

3.0.4

License

Apache-2.0

Unpacked Size

42.2 kB

Total Files

14

Last publish

Collaborators

  • nicojs
  • strykermutator-npa