1
0
cucumber-js-demo/reuse/features/support/name-world.js
2024-12-20 15:03:16 +01:00

6 lines
113 B
JavaScript

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