Skip to content

Commit

Permalink
Add erl-test-eunit-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
nwolverson committed Feb 4, 2022
1 parent ee4a527 commit 03f054f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,21 @@
"repo": "https://github.com/id3as/purescript-erl-test-eunit.git",
"version": "v0.0.4"
},
"erl-test-eunit-discovery": {
"dependencies": [
"effect",
"erl-lists",
"erl-modules",
"erl-test-eunit",
"filterable",
"foldable-traversable",
"maybe",
"free",
"prelude"
],
"repo": "https://github.com/id3as/purescript-erl-test-eunit-discovery.git",
"version": "d0b6d9f5bcab13f79c3941c64e52ee86f7cd4e2b"
},
"erl-tuples": {
"dependencies": [
"unfoldable",
Expand Down
15 changes: 15 additions & 0 deletions src/groups/id3as.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,19 @@
, repo = "https://github.com/id3as/purescript-erl-opentelemetry.git"
, version = "v0.0.1"
}
, erl-test-eunit-discovery =
{ repo = "https://github.com/id3as/purescript-erl-test-eunit-discovery.git"
, dependencies =
[ "effect"
, "erl-lists"
, "erl-modules"
, "erl-test-eunit"
, "filterable"
, "foldable-traversable"
, "maybe"
, "free"
, "prelude"
]
, version = "d0b6d9f5bcab13f79c3941c64e52ee86f7cd4e2b"
}
}

0 comments on commit 03f054f

Please sign in to comment.