UNPKG
@nx/gatsby
Version:
latest (16.1.1)
next (16.0.0-beta.4)
16.1.1
16.0.0
16.0.0-beta.4
16.0.0-beta.3
16.0.0-beta.2
16.0.0-beta.1
Gatsby Plugin for Nx
nx.dev
nrwl/nx-labs
@nx/gatsby
/
src
/
generators
/
application
/
lib
/
add-jest.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
import
{
Tree
}
from
'@nx/devkit'
;
import
{
NormalizedSchema
}
from
'./normalize-options'
;
export
declare
function
addJest
(
host
:
Tree
,
options
:
NormalizedSchema
):
Promise
<
() =>
any
>;