1 2 3 4 5
import { setWorldConstructor } from '@cucumber/cucumber' setWorldConstructor(function () { this.names = [] })