Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Source map/debugging not working in unit tests #23

Closed
ryaa opened this issue Jan 4, 2017 · 1 comment
Closed

Source map/debugging not working in unit tests #23

ryaa opened this issue Jan 4, 2017 · 1 comment

Comments

@ryaa
Copy link

ryaa commented Jan 4, 2017

I made a change to use Chrome instead of PhantomJS (due to #22) and change to keep the browser open to debug unit tests.
The changes in karma.config

        browsers: [
            'Chrome'
        ],
        singleRun: false

When I run unit test, open dev tools in Chrome it shows transpiled js files instead of ts file - see attached

screen shot 2017-01-04 at 03 01 45

@ryaa
Copy link
Author

ryaa commented Jan 4, 2017

Running npm run test:watch seems to be working fine so I think that we may need to close this.

It seems that coverage causing the problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants