@pulumi/pulumi 3.135.2-alpha.x8a349a5 → 3.135.2-alpha.xcc59acd

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/package.json +1 -1
  2. package/runtime/invoke.js +22 -7
  3. package/runtime/invoke.js.map +1 -1
  4. package/runtime/rpc.js +49 -10
  5. package/runtime/rpc.js.map +1 -1
  6. package/version.js +1 -1
  7. package/npm/testdata/nested/project/index.d.ts +0 -0
  8. package/npm/testdata/nested/project/index.js +0 -16
  9. package/npm/testdata/nested/project/index.js.map +0 -1
  10. package/tests/automation/cmd.spec.d.ts +0 -1
  11. package/tests/automation/cmd.spec.js +0 -186
  12. package/tests/automation/cmd.spec.js.map +0 -1
  13. package/tests/automation/data/correct_project/Pulumi.yaml +0 -3
  14. package/tests/automation/data/import/Pulumi.yaml +0 -2
  15. package/tests/automation/data/import/expected_generated_code.txt +0 -11
  16. package/tests/automation/data/json/Pulumi.dev.json +0 -9
  17. package/tests/automation/data/json/Pulumi.json +0 -5
  18. package/tests/automation/data/nested_config/Pulumi.dev.yaml +0 -11
  19. package/tests/automation/data/nested_config/Pulumi.yaml +0 -3
  20. package/tests/automation/data/tcfg/Pulumi.yaml +0 -4
  21. package/tests/automation/data/tcfg/index.ts +0 -1
  22. package/tests/automation/data/tcfg/package-lock.json +0 -3062
  23. package/tests/automation/data/tcfg/package.json +0 -9
  24. package/tests/automation/data/tcfg/tsconfig.json +0 -16
  25. package/tests/automation/data/testproj/Pulumi.yaml +0 -3
  26. package/tests/automation/data/testproj/go.mod +0 -71
  27. package/tests/automation/data/testproj/go.sum +0 -299
  28. package/tests/automation/data/testproj/main.go +0 -19
  29. package/tests/automation/data/testproj_dotnet/Program.cs +0 -12
  30. package/tests/automation/data/testproj_dotnet/Pulumi.yaml +0 -3
  31. package/tests/automation/data/testproj_dotnet/TestProj.csproj +0 -12
  32. package/tests/automation/data/yaml/Pulumi.dev.yaml +0 -5
  33. package/tests/automation/data/yaml/Pulumi.yaml +0 -3
  34. package/tests/automation/data/yml/Pulumi.dev.yml +0 -5
  35. package/tests/automation/data/yml/Pulumi.yml +0 -3
  36. package/tests/automation/localWorkspace.spec.d.ts +0 -1
  37. package/tests/automation/localWorkspace.spec.js +0 -1325
  38. package/tests/automation/localWorkspace.spec.js.map +0 -1
  39. package/tests/automation/remoteWorkspace.spec.d.ts +0 -1
  40. package/tests/automation/remoteWorkspace.spec.js +0 -460
  41. package/tests/automation/remoteWorkspace.spec.js.map +0 -1
  42. package/tests/automation/util.d.ts +0 -1
  43. package/tests/automation/util.js +0 -31
  44. package/tests/automation/util.js.map +0 -1
  45. package/tests/config.spec.d.ts +0 -1
  46. package/tests/config.spec.js +0 -177
  47. package/tests/config.spec.js.map +0 -1
  48. package/tests/constants.d.ts +0 -1
  49. package/tests/constants.js +0 -18
  50. package/tests/constants.js.map +0 -1
  51. package/tests/init.spec.d.ts +0 -1
  52. package/tests/init.spec.js +0 -18
  53. package/tests/init.spec.js.map +0 -1
  54. package/tests/iterable.spec.d.ts +0 -1
  55. package/tests/iterable.spec.js +0 -60
  56. package/tests/iterable.spec.js.map +0 -1
  57. package/tests/options.spec.d.ts +0 -1
  58. package/tests/options.spec.js +0 -233
  59. package/tests/options.spec.js.map +0 -1
  60. package/tests/output.spec.d.ts +0 -1
  61. package/tests/output.spec.js +0 -809
  62. package/tests/output.spec.js.map +0 -1
  63. package/tests/provider.spec.d.ts +0 -1
  64. package/tests/provider.spec.js +0 -524
  65. package/tests/provider.spec.js.map +0 -1
  66. package/tests/resource.spec.d.ts +0 -1
  67. package/tests/resource.spec.js +0 -275
  68. package/tests/resource.spec.js.map +0 -1
  69. package/tests/runtime/asyncIterableUtil.spec.d.ts +0 -1
  70. package/tests/runtime/asyncIterableUtil.spec.js +0 -115
  71. package/tests/runtime/asyncIterableUtil.spec.js.map +0 -1
  72. package/tests/runtime/closure-integration-tests.d.ts +0 -1
  73. package/tests/runtime/closure-integration-tests.js +0 -120
  74. package/tests/runtime/closure-integration-tests.js.map +0 -1
  75. package/tests/runtime/findWorkspaceRoot.spec.d.ts +0 -1
  76. package/tests/runtime/findWorkspaceRoot.spec.js +0 -62
  77. package/tests/runtime/findWorkspaceRoot.spec.js.map +0 -1
  78. package/tests/runtime/install-package-tests.d.ts +0 -1
  79. package/tests/runtime/install-package-tests.js +0 -230
  80. package/tests/runtime/install-package-tests.js.map +0 -1
  81. package/tests/runtime/langhost/cases/000.empty/index.js +0 -1
  82. package/tests/runtime/langhost/cases/001.one_resource/index.js +0 -11
  83. package/tests/runtime/langhost/cases/002.ten_resources/index.js +0 -13
  84. package/tests/runtime/langhost/cases/003.one_complex_resource/index.js +0 -77
  85. package/tests/runtime/langhost/cases/004.ten_complex_resources/index.js +0 -38
  86. package/tests/runtime/langhost/cases/004.ten_complex_resources/resource.js +0 -30
  87. package/tests/runtime/langhost/cases/005.resource_thens/index.js +0 -72
  88. package/tests/runtime/langhost/cases/006.asset/index.js +0 -13
  89. package/tests/runtime/langhost/cases/006.asset/testdata.txt +0 -4
  90. package/tests/runtime/langhost/cases/007.promises_io/index.js +0 -25
  91. package/tests/runtime/langhost/cases/007.promises_io/testdata.txt +0 -4
  92. package/tests/runtime/langhost/cases/008.ten_depends_on_resources/index.js +0 -46
  93. package/tests/runtime/langhost/cases/009.invoke/index.js +0 -25
  94. package/tests/runtime/langhost/cases/010.runtime_settings/index.js +0 -22
  95. package/tests/runtime/langhost/cases/011.unhandled_error/index.js +0 -1
  96. package/tests/runtime/langhost/cases/012.assets_archive/index.js +0 -25
  97. package/tests/runtime/langhost/cases/013.unhandled_promise_rejection/index.js +0 -3
  98. package/tests/runtime/langhost/cases/014.read_resource/index.js +0 -19
  99. package/tests/runtime/langhost/cases/015.runtime_sxs/index.js +0 -100
  100. package/tests/runtime/langhost/cases/016.promise_leak/index.js +0 -3
  101. package/tests/runtime/langhost/cases/017.parent_defaults/index.js +0 -89
  102. package/tests/runtime/langhost/cases/018.logging/index.js +0 -15
  103. package/tests/runtime/langhost/cases/019.stack_exports/index.js +0 -15
  104. package/tests/runtime/langhost/cases/020.property_dependencies/index.js +0 -39
  105. package/tests/runtime/langhost/cases/021.parent_child_dependencies/index.js +0 -15
  106. package/tests/runtime/langhost/cases/022.parent_child_dependencies_2/index.js +0 -16
  107. package/tests/runtime/langhost/cases/023.parent_child_dependencies_3/index.js +0 -28
  108. package/tests/runtime/langhost/cases/024.parent_child_dependencies_4/index.js +0 -22
  109. package/tests/runtime/langhost/cases/025.parent_child_dependencies_5/index.js +0 -24
  110. package/tests/runtime/langhost/cases/026.parent_child_dependencies_6/index.js +0 -29
  111. package/tests/runtime/langhost/cases/027.parent_child_dependencies_7/index.js +0 -36
  112. package/tests/runtime/langhost/cases/028.parent_child_dependencies_8/index.js +0 -28
  113. package/tests/runtime/langhost/cases/029.parent_child_dependencies_9/index.js +0 -23
  114. package/tests/runtime/langhost/cases/030.import_resource/index.js +0 -11
  115. package/tests/runtime/langhost/cases/040.run_error/index.js +0 -3
  116. package/tests/runtime/langhost/cases/041.component_opt_single_provider/index.js +0 -89
  117. package/tests/runtime/langhost/cases/042.component_opt_providers_array/index.js +0 -89
  118. package/tests/runtime/langhost/cases/043.depends_on_non_resource/index.js +0 -11
  119. package/tests/runtime/langhost/cases/044.versions/index.js +0 -22
  120. package/tests/runtime/langhost/cases/045.ignore_changes/index.js +0 -11
  121. package/tests/runtime/langhost/cases/046.recursive_stack_exports/index.js +0 -19
  122. package/tests/runtime/langhost/cases/047.exported_function/index.js +0 -13
  123. package/tests/runtime/langhost/cases/048.exported_promise_function/index.js +0 -13
  124. package/tests/runtime/langhost/cases/049.exported_async_function/index.js +0 -13
  125. package/tests/runtime/langhost/cases/050.resource_creation_in_function/index.js +0 -11
  126. package/tests/runtime/langhost/cases/051.resource_creation_in_function_with_result/index.js +0 -12
  127. package/tests/runtime/langhost/cases/052.resource_creation_in_async_function_with_result/index.js +0 -12
  128. package/tests/runtime/langhost/cases/060.provider_invokes/index.js +0 -26
  129. package/tests/runtime/langhost/cases/061.provider_in_parent_invokes/index.js +0 -33
  130. package/tests/runtime/langhost/cases/062.providerref_invokes/index.js +0 -33
  131. package/tests/runtime/langhost/cases/063.providerref_in_parent_invokes/index.js +0 -41
  132. package/tests/runtime/langhost/cases/064.async_components/index.js +0 -44
  133. package/tests/runtime/langhost/cases/065.large_resource/index.js +0 -17
  134. package/tests/runtime/langhost/cases/066.replace_on_changes/index.js +0 -11
  135. package/tests/runtime/langhost/cases/067.native_es_module/index.js +0 -11
  136. package/tests/runtime/langhost/cases/067.native_es_module/package.json +0 -1
  137. package/tests/runtime/langhost/cases/068.remote_component_providers/index.js +0 -34
  138. package/tests/runtime/langhost/cases/068.remote_component_providers/package.json +0 -3
  139. package/tests/runtime/langhost/cases/069.ambiguous_entrypoints/index.d.ts +0 -1
  140. package/tests/runtime/langhost/cases/069.ambiguous_entrypoints/index.js +0 -11
  141. package/tests/runtime/langhost/cases/069.ambiguous_entrypoints/index.js.map +0 -1
  142. package/tests/runtime/langhost/cases/069.ambiguous_entrypoints/index.ts +0 -23
  143. package/tests/runtime/langhost/cases/070.unusual_alias_names/index.js +0 -26
  144. package/tests/runtime/langhost/cases/071.large_alias_counts/index.js +0 -22
  145. package/tests/runtime/langhost/cases/072.large_alias_lineage_chains/index.js +0 -55
  146. package/tests/runtime/langhost/cases/073.component_dependencies/index.js +0 -28
  147. package/tests/runtime/langhost/cases/074.source_position/index.js +0 -17
  148. package/tests/runtime/langhost/run.spec.d.ts +0 -1
  149. package/tests/runtime/langhost/run.spec.js +0 -1685
  150. package/tests/runtime/langhost/run.spec.js.map +0 -1
  151. package/tests/runtime/pack.d.ts +0 -1
  152. package/tests/runtime/pack.js +0 -56
  153. package/tests/runtime/pack.js.map +0 -1
  154. package/tests/runtime/props.spec.d.ts +0 -1
  155. package/tests/runtime/props.spec.js +0 -387
  156. package/tests/runtime/props.spec.js.map +0 -1
  157. package/tests/runtime/registrations.spec.d.ts +0 -1
  158. package/tests/runtime/registrations.spec.js +0 -139
  159. package/tests/runtime/registrations.spec.js.map +0 -1
  160. package/tests/runtime/settings.spec.d.ts +0 -1
  161. package/tests/runtime/settings.spec.js +0 -57
  162. package/tests/runtime/settings.spec.js.map +0 -1
  163. package/tests/runtime/testdata/nested/project/index.d.ts +0 -0
  164. package/tests/runtime/testdata/nested/project/index.js +0 -16
  165. package/tests/runtime/testdata/nested/project/index.js.map +0 -1
  166. package/tests/stackReference.spec.d.ts +0 -1
  167. package/tests/stackReference.spec.js +0 -86
  168. package/tests/stackReference.spec.js.map +0 -1
  169. package/tests/unwrap.spec.d.ts +0 -1
  170. package/tests/unwrap.spec.js +0 -254
  171. package/tests/unwrap.spec.js.map +0 -1
  172. package/tests/util.d.ts +0 -1
  173. package/tests/util.js +0 -71
  174. package/tests/util.js.map +0 -1
  175. package/tests_with_mocks/mocks.spec.d.ts +0 -1
  176. package/tests_with_mocks/mocks.spec.js +0 -182
  177. package/tests_with_mocks/mocks.spec.js.map +0 -1
package/tests/util.js DELETED
@@ -1,71 +0,0 @@
1
- "use strict";
2
- // Copyright 2016-2022, Pulumi Corporation.
3
- //
4
- // Licensed under the Apache License, Version 2.0 (the "License");
5
- // you may not use this file except in compliance with the License.
6
- // You may obtain a copy of the License at
7
- //
8
- // http://www.apache.org/licenses/LICENSE-2.0
9
- //
10
- // Unless required by applicable law or agreed to in writing, software
11
- // distributed under the License is distributed on an "AS IS" BASIS,
12
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- // See the License for the specific language governing permissions and
14
- // limitations under the License.
15
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
16
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
17
- return new (P || (P = Promise))(function (resolve, reject) {
18
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
19
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
20
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21
- step((generator = generator.apply(thisArg, _arguments || [])).next());
22
- });
23
- };
24
- var __importDefault = (this && this.__importDefault) || function (mod) {
25
- return (mod && mod.__esModule) ? mod : { "default": mod };
26
- };
27
- Object.defineProperty(exports, "__esModule", { value: true });
28
- const assert_1 = __importDefault(require("assert"));
29
- // A helper function for wrapping some of the boilerplate goo necessary to interface between Mocha's asynchronous
30
- // testing and our TypeScript async tests.
31
- /**
32
- * @internal
33
- * @deprecated
34
- */
35
- function asyncTest(test) {
36
- return (done) => {
37
- const go = () => __awaiter(this, void 0, void 0, function* () {
38
- let caught;
39
- try {
40
- yield test();
41
- }
42
- catch (err) {
43
- caught = err;
44
- }
45
- finally {
46
- done(caught);
47
- }
48
- });
49
- go();
50
- };
51
- }
52
- exports.asyncTest = asyncTest;
53
- // A helper function for asynchronous tests that throw.
54
- /**
55
- * @internal
56
- * @deprecated
57
- */
58
- function assertAsyncThrows(test) {
59
- return __awaiter(this, void 0, void 0, function* () {
60
- try {
61
- yield test();
62
- }
63
- catch (err) {
64
- return err.message;
65
- }
66
- assert_1.default(false, "Function was expected to throw, but didn't");
67
- return "";
68
- });
69
- }
70
- exports.assertAsyncThrows = assertAsyncThrows;
71
- //# sourceMappingURL=util.js.map
package/tests/util.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"util.js","sourceRoot":"","sources":["../../tests/util.ts"],"names":[],"mappings":";AAAA,2CAA2C;AAC3C,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;;;;;;;;;;;;AAEjC,oDAA4B;AAO5B,iHAAiH;AACjH,0CAA0C;AAC1C;;;GAGG;AACH,SAAgB,SAAS,CAAC,IAAyB;IAC/C,OAAO,CAAC,IAAwB,EAAE,EAAE;QAChC,MAAM,EAAE,GAAG,GAAS,EAAE;YAClB,IAAI,MAAyB,CAAC;YAC9B,IAAI;gBACA,MAAM,IAAI,EAAE,CAAC;aAChB;YAAC,OAAO,GAAG,EAAE;gBACV,MAAM,GAAG,GAAG,CAAC;aAChB;oBAAS;gBACN,IAAI,CAAC,MAAM,CAAC,CAAC;aAChB;QACL,CAAC,CAAA,CAAC;QACF,EAAE,EAAE,CAAC;IACT,CAAC,CAAC;AACN,CAAC;AAdD,8BAcC;AAED,uDAAuD;AACvD;;;GAGG;AACH,SAAsB,iBAAiB,CAAC,IAAyB;;QAC7D,IAAI;YACA,MAAM,IAAI,EAAE,CAAC;SAChB;QAAC,OAAO,GAAG,EAAE;YACV,OAAO,GAAG,CAAC,OAAO,CAAC;SACtB;QAED,gBAAM,CAAC,KAAK,EAAE,4CAA4C,CAAC,CAAC;QAC5D,OAAO,EAAE,CAAC;IACd,CAAC;CAAA;AATD,8CASC"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,182 +0,0 @@
1
- "use strict";
2
- // Copyright 2016-2018, Pulumi Corporation.
3
- //
4
- // Licensed under the Apache License, Version 2.0 (the "License");
5
- // you may not use this file except in compliance with the License.
6
- // You may obtain a copy of the License at
7
- //
8
- // http://www.apache.org/licenses/LICENSE-2.0
9
- //
10
- // Unless required by applicable law or agreed to in writing, software
11
- // distributed under the License is distributed on an "AS IS" BASIS,
12
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- // See the License for the specific language governing permissions and
14
- // limitations under the License.
15
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
16
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
17
- return new (P || (P = Promise))(function (resolve, reject) {
18
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
19
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
20
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21
- step((generator = generator.apply(thisArg, _arguments || [])).next());
22
- });
23
- };
24
- var __importStar = (this && this.__importStar) || function (mod) {
25
- if (mod && mod.__esModule) return mod;
26
- var result = {};
27
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
28
- result["default"] = mod;
29
- return result;
30
- };
31
- Object.defineProperty(exports, "__esModule", { value: true });
32
- const assert = __importStar(require("assert"));
33
- const pulumi = __importStar(require("../index"));
34
- const callMock = (args) => {
35
- switch (args.token) {
36
- case "test:index:MyFunction":
37
- return { out_value: 59 };
38
- default:
39
- return {};
40
- }
41
- };
42
- const asyncCallMock = (args) => Promise.resolve(callMock(args));
43
- const newResourceMock = (args) => {
44
- switch (args.type) {
45
- case "aws:ec2/instance:Instance":
46
- assert.strictEqual(args.custom, true);
47
- const state = {
48
- arn: "arn:aws:ec2:us-west-2:123456789012:instance/i-1234567890abcdef0",
49
- instanceState: "running",
50
- primaryNetworkInterfaceId: "eni-12345678",
51
- privateDns: "ip-10-0-1-17.ec2.internal",
52
- publicDns: "ec2-203-0-113-12.compute-1.amazonaws.com",
53
- publicIP: "203.0.113.12",
54
- };
55
- return { id: "i-1234567890abcdef0", state: Object.assign(Object.assign({}, args.inputs), state) };
56
- case "pkg:index:MyCustom":
57
- assert.strictEqual(args.custom, true);
58
- return { id: args.name + "_id", state: args.inputs };
59
- case "pkg:index:MyRemoteComponent":
60
- return {
61
- id: `${args.name}_id`,
62
- state: Object.assign(Object.assign({}, args.inputs), { outprop: `output: ${args.inputs["inprop"]}` }),
63
- };
64
- default:
65
- assert.strictEqual(args.custom, false);
66
- return { id: "", state: {} };
67
- }
68
- };
69
- const asyncNewResourceMock = (args) => Promise.resolve(newResourceMock(args));
70
- class MyComponent extends pulumi.ComponentResource {
71
- constructor(name, inprop, opts) {
72
- super("pkg:index:MyComponent", name, {}, opts);
73
- this.outprop = pulumi.output(inprop).apply((x) => `output: ${x}`);
74
- }
75
- }
76
- class MyRemoteComponent extends pulumi.ComponentResource {
77
- constructor(name, inprop, opts) {
78
- super("pkg:index:MyRemoteComponent", name, { inprop, outprop: undefined }, opts, true);
79
- }
80
- }
81
- class Instance extends pulumi.CustomResource {
82
- constructor(name, opts) {
83
- const props = { publicIP: undefined };
84
- super("aws:ec2/instance:Instance", name, props, opts);
85
- }
86
- }
87
- class MyCustom extends pulumi.CustomResource {
88
- constructor(name, props, opts) {
89
- super("pkg:index:MyCustom", name, props, opts);
90
- }
91
- static get(name, id, state, opts) {
92
- return new MyCustom(name, state, Object.assign(Object.assign({}, opts), { id }));
93
- }
94
- }
95
- function invoke() {
96
- return __awaiter(this, void 0, void 0, function* () {
97
- const value = yield pulumi.runtime.invoke("test:index:MyFunction", { value: 41 });
98
- return value["out_value"];
99
- });
100
- }
101
- const setups = [
102
- ["mocks: newResource sync, call sync", false, false],
103
- ["mocks: newResource sync, call async", false, true],
104
- ["mocks: newResource async, call sync", true, false],
105
- ["mocks: newResource async, call async", true, true],
106
- ];
107
- setups.forEach(([test, isAsyncNewResource, isAsyncCall]) => {
108
- describe(test, function () {
109
- let component;
110
- let instance;
111
- let custom;
112
- let read;
113
- let invokeResult;
114
- let remoteComponent;
115
- before(() => {
116
- pulumi.runtime.setMocks({
117
- call: isAsyncCall ? asyncCallMock : callMock,
118
- newResource: isAsyncNewResource ? asyncNewResourceMock : newResourceMock,
119
- });
120
- pulumi.runtime.registerResourceModule("aws", "ec2/instance", {
121
- construct: (name, type, urn) => {
122
- switch (type) {
123
- case "aws:ec2/instance:Instance":
124
- return new Instance(name, { urn });
125
- default:
126
- throw new Error(`unknown resource type ${type}`);
127
- }
128
- },
129
- });
130
- component = new MyComponent("mycomponent", "hello");
131
- instance = new Instance("instance");
132
- custom = new MyCustom("mycustom", { instance: instance });
133
- read = MyCustom.get("mycustom", "read");
134
- invokeResult = invoke();
135
- remoteComponent = new MyRemoteComponent("myremotecomponent", pulumi.interpolate `hello: ${instance.id}`);
136
- });
137
- describe("component", function () {
138
- it("has expected output value", (done) => {
139
- component.outprop.apply((outprop) => {
140
- assert.strictEqual(outprop, "output: hello");
141
- done();
142
- });
143
- });
144
- });
145
- describe("remote component", function () {
146
- it("has expected output value", (done) => {
147
- remoteComponent.outprop.apply((outprop) => {
148
- assert.strictEqual(outprop.startsWith("output: hello: "), true);
149
- done();
150
- });
151
- });
152
- });
153
- describe("custom", function () {
154
- it("instance has expected output value", (done) => {
155
- instance.publicIP.apply((ip) => {
156
- assert.strictEqual(ip, "203.0.113.12");
157
- done();
158
- });
159
- });
160
- it("mycustom has expected output value", (done) => {
161
- custom.instance.apply((_) => {
162
- done();
163
- });
164
- });
165
- it("can be read with get", (done) => {
166
- read.id.apply((id) => {
167
- assert.strictEqual(id, "read");
168
- done();
169
- });
170
- });
171
- });
172
- describe("invoke", function () {
173
- it("has expected result", (done) => {
174
- invokeResult.then((value) => {
175
- assert.strictEqual(value, 59);
176
- done();
177
- });
178
- });
179
- });
180
- });
181
- });
182
- //# sourceMappingURL=mocks.spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mocks.spec.js","sourceRoot":"","sources":["../../tests_with_mocks/mocks.spec.ts"],"names":[],"mappings":"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"}