parent
8ec5c7ddcb
commit
0b86a327d6
@ -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