MCPcopy
hub / github.com/tc39/proposal-observable / "Observable has a from property"

Function "Observable has a from property"

test/from.js:7–14  ·  view source on GitHub ↗
(test, { Observable })

Source from the content-addressed store, hash-verified

5export default {
6
7 "Observable has a from property" (test, { Observable }) {
8
9 testMethodProperty(test, Observable, "from", {
10 configurable: true,
11 writable: true,
12 length: 1
13 });
14 },
15
16 "Allowed argument types" (test, { Observable }) {
17

Callers

nothing calls this directly

Calls 1

testMethodPropertyFunction · 0.90

Tested by

no test coverage detected