Skip to content

Commit

Permalink
test(rx): add remaining factory connectable tests (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Apr 7, 2024
1 parent 88bfcfd commit b5f10f5
Show file tree
Hide file tree
Showing 10 changed files with 445 additions and 108 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"watchv",
"watchvc",
"watchvi",
"watchx",
"wgan",
"xenomorph",
"zapslog"
Expand Down
4 changes: 4 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ tasks:
cmds:
- ginkgo watch -v -r -p ./...

watchx:
cmds:
- ginkgo watch -v -r -p rx/...

watchvc:
cmds:
- ginkgo watch -v -r -p ./collections
Expand Down
Loading

0 comments on commit b5f10f5

Please sign in to comment.