mirror of
https://github.com/klntsky/purescript-playwright.git
synced 2024-11-22 22:45:34 +03:00
Fix tests
This commit is contained in:
parent
9bd082d42a
commit
4e368f00a4
@ -12,7 +12,7 @@ import Data.Maybe (Maybe(..))
|
|||||||
|
|
||||||
static :: String -> URL
|
static :: String -> URL
|
||||||
static file =
|
static file =
|
||||||
URL $ "file://" <> cwd <> "/static/" <> file
|
URL $ "file://" <> cwd <> "/test/static/" <> file
|
||||||
|
|
||||||
main :: Effect Unit
|
main :: Effect Unit
|
||||||
main = runTest do
|
main = runTest do
|
||||||
|
Loading…
Reference in New Issue
Block a user