UNPKG
skutter
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Skutter: Opinionated BDD Browser based test framework
github.com/Ashthos/skutter
Ashthos/skutter
skutter
/
dist
/
lib
/
framework
/
reporters
/
ireporter-registration-context.js
8 lines
(7 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
class
ReporterRegistrationContext
{
constructor
(
) {
this
.
executorsCount
=
1
; } }
exports
.
ReporterRegistrationContext
=
ReporterRegistrationContext
;