parent
fa648d40d2
commit
fb8c18798c
@ -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