We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e33c7c commit 9067271Copy full SHA for 9067271
lib-extra/src/test/java/com/diffplug/spotless/extra/npm/TsFmtFormatterStepTest.java
@@ -35,6 +35,7 @@
35
@RunWith(Enclosed.class)
36
public class TsFmtFormatterStepTest {
37
38
+ @Category(NpmTest.class)
39
@RunWith(Parameterized.class)
40
public static class TsFmtUsingVariousFormattingFilesTest extends NpmFormatterStepCommonTests {
41
@Parameterized.Parameter
@@ -74,6 +75,7 @@ ImmutableMap.<String, Object> builder()
74
75
}
76
77
78
79
80
public static class TsFmtBlacklistedOptionsTest extends NpmFormatterStepCommonTests {
81
0 commit comments