Closed mattxo closed 8 years ago
To allow 100% code coverage (not currently possible because of the typescript helper functions extends, decorate etc), one can
npm install ts-helpers --save-dev
import 'ts-helpers'
'noEmitHelpers : true'
Thanks @mattxo can you issue a PR?
Sure :)
Thanks @mattxo!
To allow 100% code coverage (not currently possible because of the typescript helper functions extends, decorate etc), one can
npm install ts-helpers --save-dev
import 'ts-helpers'
to the top of app/root.spec.ts and bootstrap.ts'noEmitHelpers : true'
to tsconfig.json