File tree 2 files changed +5
-10
lines changed
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
59
59
60
60
io $ atomicPutStrLn <$> Ext.Common. requireBinary " elm-format"
61
61
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"
63
63
typeCompares = zipWith3
64
64
(\ label local prod -> (label, T. unpack local, T. unpack prod))
65
65
(Lamdera.Types. core)
@@ -81,7 +81,7 @@ testMigrationGeneration scenario oldVersion newVersion = do
81
81
]
82
82
83
83
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
85
85
86
86
compilationStdout `expectTextContains`
87
87
" This `Unimplemented` value is a:\n\n UnimplementedMigration"
@@ -105,7 +105,7 @@ testExamples :: Test ()
105
105
testExamples = withTestEnv $ do
106
106
failuresM <- io $ newMVar []
107
107
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"
109
109
testFiles =
110
110
[
111
111
-- "src/Test/Migrate_Record.elm"
Original file line number Diff line number Diff line change @@ -278,13 +278,8 @@ liveReloadLive = do
278
278
-- "src/Bytes/Encode.elm"
279
279
-- "withDebug"
280
280
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
+
288
283
all =
289
284
EasyTest. run allTests
290
285
You can’t perform that action at this time.
0 commit comments