mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 01:54:37 +03:00
Fixes unit tests
This commit is contained in:
parent
32f475eceb
commit
f0ffeec041
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user