-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng test - no source files in Chrome #6785
Comments
OK the Why not --nosourcemap anyway and not break the original default behaviour? |
Also having this same issue. --sourcemap doesn't do anything and the sourcemaps when executing an |
Same here. Getting complete useless call stacks from the tests. Can be reproduced using
Add
to app.component.spec.ts Run test
|
The source map tracing in console is being tracked in #6583. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.1.3
node: 6.9.4
os: win32 x64
@angular/animations: 4.2.4
@angular/common: 4.2.4
@angular/compiler: 4.2.4
@angular/core: 4.2.4
@angular/forms: 4.2.4
@angular/http: 4.2.4
@angular/platform-browser: 4.2.4
@angular/platform-browser-dynamic: 4.2.4
@angular/router: 4.2.4
@angular/cli: 1.1.3
@angular/compiler-cli: 4.2.4
@angular/language-service: 4.2.4
Repro steps.
run
ng test
Desired functionality.
step through test code in chrome tools using the Karma DEBUG button
Mention any other details that might be useful.
There are no longer any source files, previously we had a webpack folder with all the source files.
This no longer exists.
The text was updated successfully, but these errors were encountered: