-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Run A Single Unit Test #3603
Copy link
Copy link
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussion
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussion
Type
Fields
Give feedbackNo fields configured for issues without a type.
OS?
Windows 8, Mac OSX El Capitan
Versions.
angular-cli: 1.0.0-beta.19-3
node: 6.3.0
os: win32 x64
Mention any other details that might be useful.
This is a feature request. The ability to run a single
.spec.tsfile would be excellent, when you guys get the chance. I recently switched from using Angular1 in Visual Studio where one could use the Test Explorer or the Chutzpah extension to run a test on a single component. Working on a large enterprise application, it's a huge pain to run the entire unit test suite (which takes a few minutes) every time I refactor a single component (and thus only need to run that component's tests).