Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Edited Issue: "Group By" > "Class" in the Test Explorer does not work [1752]

$
0
0
Hi,

VS: 2013
NTVS: 19-Dec dev build

The "Group By" > "Class" feature in the Test Explorer groups by exported tests rather than the name of the file in which they are defined.

E.g.

```typescript
// foo.test.ts

export function my_test_one(){
}

export function my_test_two(){
}

```
gives me two entries in the test explorer

```
my_test_one (1)
my_test_two (1)
```

It should be

```
foo.test (2)
```

Thanks.

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>