UNPKG
@ockilson/ng-jest
Version:
latest (1.0.0-alpha.7)
1.0.0-alpha-3
1.0.0-alpha-2
1.0.0-alpha-1
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
Schematic to setup jest for angular/cli projects
ockilson.com
@ockilson/ng-jest
/
src
/
jest
/
lib.d.ts
3 lines
(2 loc)
•
109 B
TypeScript
View Raw
1
2
3
import
{
Rule
}
from
"@angular-devkit/schematics"
;
export
declare
function
jestLibrary
(
_options
:
any
):
Rule
;