Skip to content

Commit

Permalink
chore: Add missing tests to TestGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Dec 19, 2023
1 parent e39acff commit 6473e38
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions project/TestGroups.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ object TestGroups {
"tests.DidFocusWhileCompilingLspSuite", "tests.BloopJavaHomeLspSuite",
"tests.testProvider.ScalatestFinderSuite", "tests.ScalaCliSuite",
"tests.FoldingRangeScala3LineFolingOnlySuite",
"tests.debug.BreakpointScalaCliDapSuite", "tests.CallHierarchyLspSuite"),
"tests.debug.BreakpointScalaCliDapSuite", "tests.CallHierarchyLspSuite",
"tests.BspStatusSuite", "tests.ServerLivenessMonitorLspSuite",
"tests.ToplevelWithInnerScala2Suite", "tests.ScaladocSymbolsSuite",
"tests.SkipCommentsSuite", "tests.JarSourcesProviderSuite"),
Set("tests.AmmoniteSuite", "tests.debug.BreakpointDapSuite",
"tests.OnTypeFormattingSuite", "tests.ReferenceLspSuite",
"tests.SuperMethodLspSuite", "tests.SyntaxErrorLspSuite",
Expand Down Expand Up @@ -115,7 +118,11 @@ object TestGroups {
"tests.RunProviderLensLspSuite", "tests.SemanticTokensLspSuite",
"tests.ToplevelsScala3Suite", "tests.codeactions.InlineValueLspSuite",
"tests.JavaToplevelSuite", "tests.ToplevelLibrarySuite",
"tests.FoldingRangeScala3LineFoldingOnlySuite"),
"tests.FoldingRangeScala3LineFoldingOnlySuite", "tests.LogBackupSuite",
"tests.decorations.SyntheticDecorationsExpectSuite",
"tests.codeactions.ConvertSingleLineCommentLspSuite",
"tests.ServerLivenessMonitorSuite", "tests.ResetWorkspaceLspSuite",
"tests.ToplevelWithInnerScala3Suite"),
)

}

0 comments on commit 6473e38

Please sign in to comment.