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
/
jest.config.js
5 lines
•
121 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
= { preset:
'ts-jest'
, testMatch: [
'**/+(*.)+(spec|test).+(ts|js)?(x)'
], testEnvironment:
'node'
, };