reuse: Apply function with Ramda and Lodash
This commit is contained in:
5
reuse/features/support/name-world.js
Normal file
5
reuse/features/support/name-world.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { setWorldConstructor } from 'cucumber'
|
||||
|
||||
setWorldConstructor(function () {
|
||||
this.names = []
|
||||
})
|
Reference in New Issue
Block a user