mirror of
https://github.com/jfmengels/elm-review.git
synced 2025-01-08 10:47:25 +03:00
USe Expect.all
This commit is contained in:
parent
187dcd78e1
commit
f16dfc3ce6
@ -54,20 +54,24 @@ c = 1
|
||||
Review.Options.withFixes Review.Options.fixesEnabledWithoutLimits
|
||||
|> runWithOptions project
|
||||
in
|
||||
results
|
||||
|> .project
|
||||
|> Project.modules
|
||||
|> Expect.equal
|
||||
(Project.new
|
||||
|> Project.addModule
|
||||
{ path = "A.elm"
|
||||
, source = """
|
||||
Expect.all
|
||||
[ \() ->
|
||||
results
|
||||
|> .project
|
||||
|> Project.modules
|
||||
|> Expect.equal
|
||||
(Project.new
|
||||
|> Project.addModule
|
||||
{ path = "A.elm"
|
||||
, source = """
|
||||
module A exposing (a)
|
||||
a = 1
|
||||
"""
|
||||
}
|
||||
|> Project.modules
|
||||
)
|
||||
}
|
||||
|> Project.modules
|
||||
)
|
||||
]
|
||||
()
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user