Commit a8118f64 authored by Karen Konou's avatar Karen Konou

[Tests] Add Cypress ps lib

parent a8ee2eb9
......@@ -209,6 +209,16 @@ let additions =
, repo = "https://github.com/natefaubion/purescript-convertable-options"
, version = "v1.0.0"
}
, cypress =
{ dependencies = [ "console", "effect", "foreign", "psci-support", "transformers", "jquery", "either", "maybe", "partial", "prelude", "strings" ]
, repo = "https://github.com/KarenKonou/purescript-cypress.git"
, version = "master"
}
, jquery =
{ dependencies = [ "console", "effect", "foldable-traversable", "foreign", "maybe", "partial", "prelude", "transformers" ]
, repo = "https://github.com/KarenKonou/purescript-jquery.git"
, version = "master"
}
}
in upstream // overrides // additions
......@@ -26,6 +26,7 @@ to generate this file without the comments in this block.
, "console"
, "control"
, "convertable-options"
, "cypress"
, "css"
, "d3"
, "datetime"
......@@ -48,6 +49,7 @@ to generate this file without the comments in this block.
, "http-methods"
, "integers"
, "js-timers"
, "jquery"
, "lists"
, "markdown-it"
, "maybe"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment