Skip to content

Commit 9760d0f

Browse files
committed
Test against live reloading lamdera live test app
1 parent d09bf78 commit 9760d0f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/Test.hs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ For more information on how to use the GHCi debugger, see the GHC User's Guide.
106106
-- target = buildTestHarnessToProductionJs
107107
-- target = checkProjectCompiles
108108
-- target = previewProject
109-
-- target = liveReloadLive
110-
target = Test.all
109+
target = liveReloadLive
110+
-- target = Test.all
111111
-- target = rerunJust "Lamdera.Evergreen.TestMigrationHarness -> .full first - (WithMigrations 2)"
112112
-- target = checkUserConfig
113113
-- target = Test.Wire.buildAllPackages
@@ -205,8 +205,10 @@ liveReloadLive = do
205205
setEnv "LDEBUG" "1"
206206
setEnv "EXPERIMENTAL" "1"
207207

208-
let p = "/Users/mario/lamdera/test/v1"
208+
-- let p = "/Users/mario/lamdera/test/v1"
209209
-- let p = "/Users/mario/dev/test/lamdera-init"
210+
-- let p = "/Users/mario/dev/projects/refinable"
211+
let p = withRuntimeRoot "test/scenario-migrations1"
210212
-- let p = "/Users/mario/lamdera/overrides/packages/elm/bytes/1.0.8/benchmarks"
211213

212214
-- rmdir "/Users/mario/.elm"

0 commit comments

Comments
 (0)