GitHub
node-tap.org
Preparing search index...
The search index is not available
Node TAP
Node TAP
@tapjs/core
counts
CountsJSON
Interface CountsJSON
JSON object representation of
@tapjs/core!counts.Counts
interface
CountsJSON
{
complete
?:
number
;
fail
?:
number
;
pass
:
number
;
skip
?:
number
;
todo
?:
number
;
total
:
number
;
}
Index
Properties
complete?
fail?
pass
skip?
todo?
total
Properties
Optional
complete
complete
?:
number
Optional
fail
fail
?:
number
pass
pass
:
number
Optional
skip
skip
?:
number
Optional
todo
todo
?:
number
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
complete
fail
pass
skip
todo
total
GitHub
node-tap.org
Node TAP
Loading...
JSON object representation of @tapjs/core!counts.Counts