UNPKG

section-tests

Version:
17 lines (10 loc) 306 B
import Message from './Message.js'; export default class ErrorMessage extends Message { constructor(options) { super(options); this.err = options.err; this.test = options.test; this.duration = options.duration; this.type = 'errorMessage'; } };