mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-23 17:53:35 +03:00
Add details to the test expectation
This commit is contained in:
parent
3e43ba80b3
commit
efe502f52f
@ -235,7 +235,7 @@ a = SomeModule.Regex.fromLiteralFunc "^abc$"
|
||||
)
|
||||
|> Review.Test.expectConfigurationError
|
||||
{ message = "invalid name is not a valid function name"
|
||||
, details = []
|
||||
, details = [ "Some details" ]
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user