File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ testMigrationGeneration scenario oldVersion newVersion = do
5959
6060 io $ atomicPutStrLn <$> Ext.Common. requireBinary " elm-format"
6161
62- let root = " /Users/martinstewart /dev/projects/lamdera-compiler/test/scenario-migration-generate"
62+ let root = " /Users/mario /dev/projects/lamdera-compiler/test/scenario-migration-generate"
6363 typeCompares = zipWith3
6464 (\ label local prod -> (label, T. unpack local, T. unpack prod))
6565 (Lamdera.Types. core)
@@ -81,7 +81,7 @@ testMigrationGeneration scenario oldVersion newVersion = do
8181 ]
8282
8383 compilationStdout <- catchOutput $
84- Lamdera.Compile. makeDev " /Users/martinstewart /dev/projects/lamdera-compiler/test/scenario-migration-generate" filenames
84+ Lamdera.Compile. makeDev " /Users/mario /dev/projects/lamdera-compiler/test/scenario-migration-generate" filenames
8585
8686 compilationStdout `expectTextContains`
8787 " This `Unimplemented` value is a:\n\n UnimplementedMigration"
@@ -105,7 +105,7 @@ testExamples :: Test ()
105105testExamples = withTestEnv $ do
106106 failuresM <- io $ newMVar []
107107 let
108- project = " /Users/martinstewart /dev/projects/lamdera-compiler/test/scenario-migration-generate"
108+ project = " /Users/mario /dev/projects/lamdera-compiler/test/scenario-migration-generate"
109109 testFiles =
110110 [
111111 -- "src/Test/Migrate_Record.elm"
Original file line number Diff line number Diff line change @@ -278,13 +278,8 @@ liveReloadLive = do
278278 -- "src/Bytes/Encode.elm"
279279 -- "withDebug"
280280
281- target =
282- EasyTest. run
283- (tests
284- [ scope " Lamdera.Evergreen.TestMigrationHarness -> " $ Lamdera.Evergreen.TestMigrationHarness. suite
285- , scope " Lamdera.Evergreen.TestMigrationGenerator -> " $ Lamdera.Evergreen.TestMigrationGenerator. suite
286- ]
287- )
281+ target = EasyTest. run Test.WebGL. suite
282+
288283all =
289284 EasyTest. run allTests
290285
You can’t perform that action at this time.
0 commit comments