UNPKG

jest-metadata

Version:

🦸‍♂️ Superhero power for your Jest reporters! 🦸‍♀️

11 lines 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JestMetadataError = void 0; class JestMetadataError extends Error { constructor(message) { super(message); this.name = 'JestMetadataError'; } } exports.JestMetadataError = JestMetadataError; //# sourceMappingURL=JestMetadataError.js.map