Debugging original source (.ts) when testing #1105

Closed
opened 2025-08-09 17:18:53 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @ManuelDeLeon on 1/17/2017

In the default Angular setup, when you debug the tests you get one big boot-test.ts file in the browser. The file has the tests in the original TypeScript but the components' code in the transpiled JavaScript. What's the magic setting so it shows the TypeScript for everything? (not just the *.spec.ts)

*Originally created by @ManuelDeLeon on 1/17/2017* In the default Angular setup, when you debug the tests you get one big `boot-test.ts` file in the browser. The file has the tests in the original TypeScript but the components' code in the transpiled JavaScript. What's the magic setting so it shows the TypeScript for everything? (not just the `*.spec.ts`)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1105
No description provided.