summaryrefslogtreecommitdiff
path: root/reuse/features/support/name-world.js
blob: 151d36b7db945e8d125f93155412fc47630dc2d3 (plain)
1
2
3
4
5
import { setWorldConstructor } from 'cucumber'

setWorldConstructor(function () {
  this.names = []
})