Skip to content

Commit 9067271

Browse files
committed
adding category to nested tests
1 parent 8e33c7c commit 9067271

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib-extra/src/test/java/com/diffplug/spotless/extra/npm/TsFmtFormatterStepTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
@RunWith(Enclosed.class)
3636
public class TsFmtFormatterStepTest {
3737

38+
@Category(NpmTest.class)
3839
@RunWith(Parameterized.class)
3940
public static class TsFmtUsingVariousFormattingFilesTest extends NpmFormatterStepCommonTests {
4041
@Parameterized.Parameter
@@ -74,6 +75,7 @@ ImmutableMap.<String, Object> builder()
7475
}
7576
}
7677

78+
@Category(NpmTest.class)
7779
@RunWith(Parameterized.class)
7880
public static class TsFmtBlacklistedOptionsTest extends NpmFormatterStepCommonTests {
7981
@Parameterized.Parameter

0 commit comments

Comments
 (0)