UNPKG

@gullerya/just-test

Version:

JavaScript multiplatform tests runner

10 lines 177 B
export class TestRun { constructor() { this.timestamp = null; this.time = null; this.status = null; this.error = null; this.coverage = null; Object.seal(this); } }