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

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