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 19dd14c commit 57af4c3Copy full SHA for 57af4c3
src/Test/Internal.elm
@@ -99,3 +99,4 @@ wrapTest td =
99
unwrapTest : Test -> TestData
100
unwrapTest (Wrapped t) =
101
t
102
+
tests/src/RunnerTests.elm
@@ -234,4 +234,5 @@ helperTests =
234
\() ->
235
Test.Runner.downcastTest 67
236
|> Expect.equal Nothing
237
- ]
+ ]
238
0 commit comments