git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 5a7663a5d757aa4698e9762f3ff4d47071b72be4

Files: 5a7663a5d757aa4698e9762f3ff4d47071b72be4 / features / support / world.js

310 bytesRaw
1const Browser = require('zombie')
2
3const config = require('app/config')
4
5Browser.localhost(config.render.url.hostname, config.render.url.port)
6
7function World () {
8 // this.browser will be available in step definitions
9 this.browser = new Browser()
10}
11
12module.exports = function () {
13 this.World = World
14}
15

Built with git-ssb-web