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

6 lines
113 B
JavaScript
Raw Normal View History

2024-12-20 15:03:16 +01:00
import { setWorldConstructor } from '@cucumber/cucumber'
setWorldConstructor(function () {
this.names = []
})