UNPKG

skutter

Version:

Skutter: Opinionated BDD Browser based test framework

9 lines (8 loc) 147 B
"use strict"; class StepDTO { constructor(step) { this.id = step.id; this.text = step.text; } } exports.StepDTO = StepDTO;