diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-04-11 17:52:30 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-04-11 21:36:35 +0200 |
| commit | cd2e1323ef62574f0879e789457248c68ee46326 (patch) | |
| tree | 680e78636ccd5d6f4605b6a8056055c40746b4d9 /src/Test.hs | |
| parent | 204169f26907828d5310845a94af7c4ffafa6cd0 (diff) | |
Diffstat (limited to 'src/Test.hs')
| -rw-r--r-- | src/Test.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Test.hs b/src/Test.hs index f1d1f96..d16b997 100644 --- a/src/Test.hs +++ b/src/Test.hs @@ -26,6 +26,7 @@ import Script.Shell data Test = Test { testName :: Text + , testTags :: [ Expr Tag ] , testSteps :: Expr (TestStep ()) } |