Skip to content

Commit

Permalink
Fixes unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Oct 30, 2024
1 parent 32f475e commit f0ffeec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions waspc/test/AnalyzerTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ spec_Analyzer = do
ExtImport
(ExtImportField "setupServer")
(fromJust $ SP.parseRelFileP "bar.js"),
Server.middlewareConfigFn = Nothing
Server.middlewareConfigFn = Nothing,
Server.envValidationFn = Nothing
},
App.client =
Just
Expand All @@ -175,7 +176,8 @@ spec_Analyzer = do
Client.rootComponent =
Just $
ExtImport (ExtImportField "App") (fromJust $ SP.parseRelFileP "App.jsx"),
Client.baseDir = Just "/"
Client.baseDir = Just "/",
Client.envValidationFn = Nothing
},
App.db =
Just
Expand Down

0 comments on commit f0ffeec

Please sign in to comment.