0.1.10 • Published 6 years ago

jest-preset-ngx v0.1.10

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

jest-preset-ngx

jest preset to run angular specs within jsdom and improved coverage accuracy. The preset ist about 3 times faster as run with ts-jest, because TypeScript code ist transpiled directly and not run through Babel. Additionally the outputted JS is patched for accurate istanbul coverage.

Installation

npm i -D jest-preset-ngx

Usage

Edit your jest configuration like:

{
    "preset": "jest-preset-ngx"
}

Resources

License

MIT

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.0

6 years ago