Fixes unit tests

This commit is contained in:
Mihovil Ilakovac 2024-10-30 15:08:44 +01:00
parent 32f475eceb
commit f0ffeec041

View File

@ -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
@ -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