Skip to content

Commit 24d78e7

Browse files
committed
adds support for flowable to async iterable conversion
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent d92c1a6 commit 24d78e7

File tree

2 files changed

+1
-244
lines changed

2 files changed

+1
-244
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"build": "cross-env NODE_ENV=production node ./scripts/build.js",
2020
"jest": "cross-env NODE_ENV=test jest \"$@\"",
21-
"lint": "yarn run lint-pr`ettier && eslint . --cache",
21+
"lint": "yarn run lint-prettier && eslint . --cache",
2222
"lint-prettier": "node ./scripts/prettier.js lint",
2323
"prettier": "node ./scripts/prettier.js write",
2424
"tck": "yarn run build && node ./packages/rsocket-tck/build/index.js \"$@\"",

packages/rsocket-rxjs/src/__tests__/Flowable-test.js

-243
This file was deleted.

0 commit comments

Comments
 (0)