UNPKG

check-tests

Version:

Static analysis for tests. Prints all tests in console and fails when exclusive or skipped tests found.

9 lines (7 loc) 159 B
class ValidationError extends Error { constructor(message) { super(message); this.name = 'ValidationError'; } } module.exports = ValidationError;