Skip to content

Commit

Permalink
adds support for flowable to async iterable conversion
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <shadowgun@i.ua>
  • Loading branch information
OlegDokuka committed Nov 1, 2020
1 parent d92c1a6 commit 24d78e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 244 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"build": "cross-env NODE_ENV=production node ./scripts/build.js",
"jest": "cross-env NODE_ENV=test jest \"$@\"",
"lint": "yarn run lint-pr`ettier && eslint . --cache",
"lint": "yarn run lint-prettier && eslint . --cache",
"lint-prettier": "node ./scripts/prettier.js lint",
"prettier": "node ./scripts/prettier.js write",
"tck": "yarn run build && node ./packages/rsocket-tck/build/index.js \"$@\"",
Expand Down
243 changes: 0 additions & 243 deletions packages/rsocket-rxjs/src/__tests__/Flowable-test.js

This file was deleted.

0 comments on commit 24d78e7

Please sign in to comment.