UNPKG

@ockilson/ng-jest

Version:

Schematic to setup jest for angular/cli projects

5 lines 121 B
module.exports = { preset: 'ts-jest', testMatch: ['**/+(*.)+(spec|test).+(ts|js)?(x)'], testEnvironment: 'node', };