Skip to content

Commit 2523c55

Browse files
committed
Commit elm-pages gen for posterity
1 parent aa3a017 commit 2523c55

File tree

8 files changed

+11657
-2
lines changed

8 files changed

+11657
-2
lines changed

test/Test/Wire.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ wire = do
6565
failuresM <- io $ newMVar []
6666

6767
io $ do
68-
let project = "/Users/mario/dev/projects/lamdera-compiler/test/scenario-alltypes"
68+
let project = "./test/scenario-alltypes"
6969

7070
setEnv "LOVR" "/Users/mario/dev/projects/lamdera/overrides"
7171
setEnv "LTEST" "1"
@@ -104,7 +104,7 @@ wire = do
104104
putStrLn $ "testing: " <> show filename
105105
-- Bust Elm's caching with this one weird trick!
106106
touch $ project </> filename
107-
Lamdera.Compile.makeDev project (project </> filename) `catch` catchTestException filename
107+
Lamdera.Compile.makeDev project filename `catch` catchTestException filename
108108
)
109109

110110
unsetEnv "LOVR"

0 commit comments

Comments
 (0)