UNPKG
@gullerya/just-test
Version:
latest (4.0.6)
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
JavaScript multiplatform tests runner
github.com/gullerya/just-test
gullerya/just-test
@gullerya/just-test
/
bin
/
testing
/
model
/
test-run.js
10 lines
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
class
TestRun
{
constructor
() {
this
.timestamp =
null
;
this
.time =
null
;
this
.status =
null
;
this
.error =
null
;
this
.coverage =
null
; Object.seal(
this
); } }