1
0
cucumber-js-demo/reuse/features/support/name-world.js

6 lines
103 B
JavaScript
Raw Normal View History

import { setWorldConstructor } from 'cucumber'
setWorldConstructor(function () {
this.names = []
})