parent
ac3988ff3e
commit
3232460646
@ -0,0 +1,9 @@ |
||||
'use strict' |
||||
import { NightwatchBrowser } from 'nightwatch' |
||||
import init from '../helpers/init' |
||||
|
||||
module.exports = { |
||||
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
||||
init(browser, done) |
||||
} |
||||
} |
Loading…
Reference in new issue