UNPKG
@rbnx/webdriverio
Version:
latest (1.6.0)
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
webdriverio plugin for nx
github.com/roozenboom/rbnx
@rbnx/webdriverio
/
src
/
executors
/
e2e
/
lib
/
normalize-options.d.ts
4 lines
(3 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
import
{
type
ExecutorContext
,
type
Tree
}
from
'@nx/devkit'
;
import
type
{
NormalizedSchema
,
Schema
}
from
'../schema'
;
export
declare
function
normalizeOptions
(
tree
:
Tree
,
options
:
Schema
,
context
:
ExecutorContext
):
NormalizedSchema
;