packages feed

hls-tactics-plugin-1.1.0.0: test/CodeAction/IntrosSpec.hs

{-# LANGUAGE DataKinds             #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE OverloadedStrings     #-}
{-# LANGUAGE ScopedTypeVariables   #-}
{-# LANGUAGE TypeOperators         #-}
{-# LANGUAGE ViewPatterns          #-}

module CodeAction.IntrosSpec where

import Wingman.Types
import Test.Hspec
import Utils


spec :: Spec
spec = do
  let introsTest = goldenTest Intros ""

  describe "golden" $ do
    introsTest 2 8 "GoldenIntros.hs"