Skip to content

Commit 20746cf

Browse files
committed
Print some progress on the tests
1 parent e952576 commit 20746cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/functional/PluginSpec.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ spec = do
5151

5252
liftIO $ [ca ^. L.title] `shouldContain` ["Add TODO Item 1"]
5353

54-
-- liftIO $ putStrLn $ "A" -- AZ
54+
liftIO $ putStrLn $ "A" -- AZ
5555
executeCodeAction ca
56-
-- liftIO $ putStrLn $ "B" -- AZ
56+
liftIO $ putStrLn $ "B" -- AZ
5757

5858
-- _ <- skipMany (message @RegisterCapabilityRequest)
5959
-- liftIO $ putStrLn $ "B2" -- AZ
@@ -62,7 +62,7 @@ spec = do
6262
-- liftIO $ putStrLn $ "diags2 = " ++ show _diags2 -- AZ
6363

6464
-- contents <- getDocumentEdit doc
65-
-- liftIO $ putStrLn $ "C" -- AZ
65+
liftIO $ putStrLn $ "C" -- AZ
6666
-- liftIO $ contents `shouldBe` "main = undefined\nfoo x = x\n"
6767

6868
-- noDiagnostics

0 commit comments

Comments
 (0)