@osdk/maker 0.8.0-beta.8 → 0.8.0

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 (89) hide show
  1. package/CHANGELOG.md +99 -0
  2. package/build/browser/api/defineInterface.d.ts +14 -0
  3. package/build/browser/api/defineInterface.d.ts.map +1 -0
  4. package/build/browser/api/defineInterface.js +67 -0
  5. package/build/browser/api/defineInterface.js.map +1 -0
  6. package/build/browser/api/defineInterfaceLinkConstraint.d.ts +21 -0
  7. package/build/browser/api/defineInterfaceLinkConstraint.d.ts.map +1 -0
  8. package/build/browser/api/defineInterfaceLinkConstraint.js +50 -0
  9. package/build/browser/api/defineInterfaceLinkConstraint.js.map +1 -0
  10. package/build/browser/api/defineLink.d.ts +18 -0
  11. package/build/browser/api/defineLink.d.ts.map +1 -0
  12. package/build/browser/api/defineLink.js +37 -0
  13. package/build/browser/api/defineLink.js.map +1 -0
  14. package/build/browser/api/defineObject.d.ts +15 -0
  15. package/build/browser/api/defineObject.d.ts.map +1 -0
  16. package/build/browser/api/defineObject.js +86 -0
  17. package/build/browser/api/defineObject.js.map +1 -0
  18. package/build/browser/api/defineOntology.d.ts +10 -0
  19. package/build/browser/api/defineOntology.d.ts.map +1 -0
  20. package/build/browser/api/defineOntology.js +174 -0
  21. package/build/browser/api/defineOntology.js.map +1 -0
  22. package/build/browser/api/defineSpt.d.ts +13 -0
  23. package/build/browser/api/defineSpt.d.ts.map +1 -0
  24. package/build/browser/api/defineSpt.js +36 -0
  25. package/build/browser/api/defineSpt.js.map +1 -0
  26. package/build/browser/api/defineValueType.d.ts +26 -0
  27. package/build/browser/api/defineValueType.d.ts.map +1 -0
  28. package/build/browser/api/defineValueType.js +61 -0
  29. package/build/browser/api/defineValueType.js.map +1 -0
  30. package/build/browser/api/iconNames.d.ts +3 -0
  31. package/build/browser/api/iconNames.d.ts.map +1 -0
  32. package/build/browser/api/iconNames.js +17 -0
  33. package/build/browser/api/iconNames.js.map +1 -0
  34. package/build/browser/api/overall.test.d.ts +2 -0
  35. package/build/browser/api/overall.test.d.ts.map +1 -0
  36. package/build/browser/api/overall.test.js +617 -0
  37. package/build/browser/api/overall.test.js.map +1 -0
  38. package/build/browser/api/types.d.ts +38 -0
  39. package/build/browser/api/types.d.ts.map +1 -0
  40. package/build/browser/api/types.js +17 -0
  41. package/build/browser/api/types.js.map +1 -0
  42. package/build/browser/cli/main.d.ts +2 -0
  43. package/build/browser/cli/main.d.ts.map +1 -0
  44. package/build/browser/cli/main.js +121 -0
  45. package/build/browser/cli/main.js.map +1 -0
  46. package/build/browser/index.d.ts +6 -0
  47. package/build/browser/index.d.ts.map +1 -0
  48. package/build/browser/index.js +20 -280
  49. package/build/browser/index.js.map +1 -1
  50. package/build/esm/api/defineInterface.d.ts +1 -0
  51. package/build/esm/api/defineInterface.d.ts.map +1 -1
  52. package/build/esm/api/defineInterface.js +67 -0
  53. package/build/esm/api/defineInterface.js.map +1 -0
  54. package/build/esm/api/defineInterfaceLinkConstraint.js +50 -0
  55. package/build/esm/api/defineInterfaceLinkConstraint.js.map +1 -0
  56. package/build/esm/api/defineLink.js +37 -0
  57. package/build/esm/api/defineLink.js.map +1 -0
  58. package/build/esm/api/defineObject.d.ts +2 -2
  59. package/build/esm/api/defineObject.d.ts.map +1 -1
  60. package/build/esm/api/defineObject.js +86 -0
  61. package/build/esm/api/defineObject.js.map +1 -0
  62. package/build/esm/api/defineOntology.d.ts +8 -2
  63. package/build/esm/api/defineOntology.d.ts.map +1 -1
  64. package/build/esm/api/defineOntology.js +174 -0
  65. package/build/esm/api/defineOntology.js.map +1 -0
  66. package/build/esm/api/defineSpt.d.ts +2 -1
  67. package/build/esm/api/defineSpt.d.ts.map +1 -1
  68. package/build/esm/api/defineSpt.js +36 -0
  69. package/build/esm/api/defineSpt.js.map +1 -0
  70. package/build/esm/api/defineValueType.d.ts +26 -0
  71. package/build/esm/api/defineValueType.d.ts.map +1 -0
  72. package/build/esm/api/defineValueType.js +61 -0
  73. package/build/esm/api/defineValueType.js.map +1 -0
  74. package/build/esm/api/iconNames.js +17 -0
  75. package/build/esm/api/iconNames.js.map +1 -0
  76. package/build/esm/api/overall.test.js +617 -0
  77. package/build/esm/api/overall.test.js.map +1 -0
  78. package/build/esm/api/types.d.ts +12 -1
  79. package/build/esm/api/types.d.ts.map +1 -1
  80. package/build/esm/api/types.js +17 -0
  81. package/build/esm/api/types.js.map +1 -0
  82. package/build/esm/cli/main.d.ts.map +1 -1
  83. package/build/esm/cli/main.js +121 -0
  84. package/build/esm/cli/main.js.map +1 -0
  85. package/build/esm/index.d.ts +1 -0
  86. package/build/esm/index.d.ts.map +1 -1
  87. package/build/esm/index.js +20 -280
  88. package/build/esm/index.js.map +1 -1
  89. package/package.json +5 -6
@@ -0,0 +1,617 @@
1
+ /*
2
+ * Copyright 2024 Palantir Technologies, Inc. All rights reserved.
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
+ */
16
+ import { beforeEach, describe, expect, it } from "vitest";
17
+ import { defineInterface } from "./defineInterface.js";
18
+ import { defineInterfaceLinkConstraint } from "./defineInterfaceLinkConstraint.js";
19
+ import { defineOntology, dumpOntologyFullMetadata, dumpValueTypeWireType } from "./defineOntology.js";
20
+ import { defineSharedPropertyType } from "./defineSpt.js";
21
+ import { defineValueType } from "./defineValueType.js";
22
+ describe("Ontology Defining", () => {
23
+ beforeEach(() => {
24
+ defineOntology("com.palantir.", () => {});
25
+ });
26
+ describe("ValueTypes", () => {
27
+ it("Fails to define value type with incorrect semver", () => {
28
+ expect(() => defineValueType({
29
+ apiName: "apiName",
30
+ displayName: "displayName",
31
+ typeAndConstraints: {
32
+ baseType: {
33
+ boolean: {}
34
+ },
35
+ constraints: [{
36
+ constraint: {
37
+ boolean: {
38
+ allowedValues: ["TRUE_VALUE"]
39
+ }
40
+ }
41
+ }]
42
+ },
43
+ version: "not a version"
44
+ })).toThrowErrorMatchingInlineSnapshot("[Error: Invariant failed: Version is not a valid semver]");
45
+ });
46
+ it("Correctly serializes a value type", () => {
47
+ defineValueType({
48
+ apiName: "apiName",
49
+ displayName: "displayName",
50
+ typeAndConstraints: {
51
+ baseType: {
52
+ boolean: {}
53
+ },
54
+ constraints: [{
55
+ constraint: {
56
+ boolean: {
57
+ allowedValues: ["TRUE_VALUE"]
58
+ }
59
+ }
60
+ }]
61
+ },
62
+ version: "0.1.0"
63
+ });
64
+ expect(dumpValueTypeWireType()).toMatchInlineSnapshot(`
65
+ {
66
+ "valueTypes": [
67
+ {
68
+ "metadata": {
69
+ "apiName": "apiName",
70
+ "displayMetadata": {
71
+ "description": "",
72
+ "displayName": "displayName",
73
+ },
74
+ "status": {
75
+ "active": {},
76
+ "type": "active",
77
+ },
78
+ },
79
+ "versions": [
80
+ {
81
+ "baseType": {
82
+ "boolean": {},
83
+ },
84
+ "constraints": [
85
+ {
86
+ "constraint": {
87
+ "boolean": "boolean",
88
+ "constraint": {
89
+ "boolean": {
90
+ "allowedValues": [
91
+ "TRUE_VALUE",
92
+ ],
93
+ },
94
+ },
95
+ },
96
+ },
97
+ ],
98
+ "exampleValues": [],
99
+ "version": "0.1.0",
100
+ },
101
+ ],
102
+ },
103
+ ],
104
+ }
105
+ `);
106
+ });
107
+ defineOntology("com.palantir.", () => {});
108
+ });
109
+ describe("Interfaces", () => {
110
+ it("doesn't let you define the same interface twice", () => {
111
+ defineInterface({
112
+ apiName: "Foo"
113
+ });
114
+ expect(() => {
115
+ defineInterface({
116
+ apiName: "Foo"
117
+ });
118
+ }).toThrowErrorMatchingInlineSnapshot(`[Error: Invariant failed: Interface com.palantir.Foo already exists]`);
119
+ });
120
+ it("defaults displayName to apiName", () => {
121
+ const result = defineInterface({
122
+ apiName: "Foo"
123
+ });
124
+ expect(result.displayMetadata.displayName).toBe("Foo");
125
+ });
126
+ it("defaults description to displayName", () => {
127
+ const result = defineInterface({
128
+ apiName: "Foo",
129
+ displayName: "d"
130
+ });
131
+ expect(result.displayMetadata.description).toBe("d");
132
+ });
133
+ it("defaults description to displayName to apiName", () => {
134
+ const result = defineInterface({
135
+ apiName: "Foo"
136
+ });
137
+ expect(result.displayMetadata.description).toBe("Foo");
138
+ });
139
+ describe("auto spts", () => {
140
+ it("auto creates spts", () => {
141
+ defineInterface({
142
+ apiName: "Foo",
143
+ properties: {
144
+ foo: "string"
145
+ }
146
+ });
147
+ expect(dumpOntologyFullMetadata()).toMatchInlineSnapshot(`
148
+ {
149
+ "blockPermissionInformation": {
150
+ "actionTypes": {},
151
+ "linkTypes": {},
152
+ "objectTypes": {},
153
+ },
154
+ "interfaceTypes": {
155
+ "com.palantir.Foo": {
156
+ "interfaceType": {
157
+ "allExtendsInterfaces": [],
158
+ "allLinks": [],
159
+ "allProperties": [],
160
+ "apiName": "com.palantir.Foo",
161
+ "displayMetadata": {
162
+ "description": "Foo",
163
+ "displayName": "Foo",
164
+ "icon": undefined,
165
+ },
166
+ "extendsInterfaces": [],
167
+ "links": [],
168
+ "properties": [
169
+ {
170
+ "aliases": [],
171
+ "apiName": "com.palantir.foo",
172
+ "baseFormatter": undefined,
173
+ "dataConstraints": undefined,
174
+ "displayMetadata": {
175
+ "description": undefined,
176
+ "displayName": "foo",
177
+ "visibility": "NORMAL",
178
+ },
179
+ "gothamMapping": undefined,
180
+ "indexedForSearch": true,
181
+ "provenance": undefined,
182
+ "type": {
183
+ "string": {
184
+ "analyzerOverride": undefined,
185
+ "enableAsciiFolding": undefined,
186
+ "isLongText": false,
187
+ "supportsExactMatching": true,
188
+ },
189
+ "type": "string",
190
+ },
191
+ "typeClasses": [
192
+ {
193
+ "kind": "render_hint",
194
+ "name": "SELECTABLE",
195
+ },
196
+ {
197
+ "kind": "render_hint",
198
+ "name": "SORTABLE",
199
+ },
200
+ ],
201
+ "valueType": undefined,
202
+ },
203
+ ],
204
+ "status": {
205
+ "active": {},
206
+ "type": "active",
207
+ },
208
+ },
209
+ },
210
+ },
211
+ "sharedPropertyTypes": {
212
+ "com.palantir.foo": {
213
+ "sharedPropertyType": {
214
+ "aliases": [],
215
+ "apiName": "com.palantir.foo",
216
+ "baseFormatter": undefined,
217
+ "dataConstraints": undefined,
218
+ "displayMetadata": {
219
+ "description": undefined,
220
+ "displayName": "foo",
221
+ "visibility": "NORMAL",
222
+ },
223
+ "gothamMapping": undefined,
224
+ "indexedForSearch": true,
225
+ "provenance": undefined,
226
+ "type": {
227
+ "string": {
228
+ "analyzerOverride": undefined,
229
+ "enableAsciiFolding": undefined,
230
+ "isLongText": false,
231
+ "supportsExactMatching": true,
232
+ },
233
+ "type": "string",
234
+ },
235
+ "typeClasses": [
236
+ {
237
+ "kind": "render_hint",
238
+ "name": "SELECTABLE",
239
+ },
240
+ {
241
+ "kind": "render_hint",
242
+ "name": "SORTABLE",
243
+ },
244
+ ],
245
+ "valueType": undefined,
246
+ },
247
+ },
248
+ },
249
+ }
250
+ `);
251
+ });
252
+ it("does not let you conflict spts", () => {
253
+ defineSharedPropertyType({
254
+ apiName: "foo",
255
+ type: "string"
256
+ });
257
+ expect(dumpOntologyFullMetadata()).toMatchInlineSnapshot(`
258
+ {
259
+ "blockPermissionInformation": {
260
+ "actionTypes": {},
261
+ "linkTypes": {},
262
+ "objectTypes": {},
263
+ },
264
+ "interfaceTypes": {},
265
+ "sharedPropertyTypes": {
266
+ "com.palantir.foo": {
267
+ "sharedPropertyType": {
268
+ "aliases": [],
269
+ "apiName": "com.palantir.foo",
270
+ "baseFormatter": undefined,
271
+ "dataConstraints": undefined,
272
+ "displayMetadata": {
273
+ "description": undefined,
274
+ "displayName": "foo",
275
+ "visibility": "NORMAL",
276
+ },
277
+ "gothamMapping": undefined,
278
+ "indexedForSearch": true,
279
+ "provenance": undefined,
280
+ "type": {
281
+ "string": {
282
+ "analyzerOverride": undefined,
283
+ "enableAsciiFolding": undefined,
284
+ "isLongText": false,
285
+ "supportsExactMatching": true,
286
+ },
287
+ "type": "string",
288
+ },
289
+ "typeClasses": [
290
+ {
291
+ "kind": "render_hint",
292
+ "name": "SELECTABLE",
293
+ },
294
+ {
295
+ "kind": "render_hint",
296
+ "name": "SORTABLE",
297
+ },
298
+ ],
299
+ "valueType": undefined,
300
+ },
301
+ },
302
+ },
303
+ }
304
+ `);
305
+ expect(() => {
306
+ defineInterface({
307
+ apiName: "Foo",
308
+ properties: {
309
+ foo: "string"
310
+ }
311
+ });
312
+ }).toThrowErrorMatchingInlineSnapshot(`[Error: Invariant failed: Shared property type com.palantir.foo already exists]`);
313
+ });
314
+ });
315
+ });
316
+ describe("ILTs", () => {
317
+ let a;
318
+ let b;
319
+ beforeEach(() => {
320
+ a = defineInterface({
321
+ apiName: "A"
322
+ });
323
+ b = defineInterface({
324
+ apiName: "B"
325
+ });
326
+ });
327
+ it("single link works", () => {
328
+ expect(a).not.toBeUndefined();
329
+ defineInterfaceLinkConstraint({
330
+ from: a,
331
+ toOne: b,
332
+ apiName: "singleLink"
333
+ });
334
+ expect(dumpOntologyFullMetadata()).toMatchInlineSnapshot(`
335
+ {
336
+ "blockPermissionInformation": {
337
+ "actionTypes": {},
338
+ "linkTypes": {},
339
+ "objectTypes": {},
340
+ },
341
+ "interfaceTypes": {
342
+ "com.palantir.A": {
343
+ "interfaceType": {
344
+ "allExtendsInterfaces": [],
345
+ "allLinks": [],
346
+ "allProperties": [],
347
+ "apiName": "com.palantir.A",
348
+ "displayMetadata": {
349
+ "description": "A",
350
+ "displayName": "A",
351
+ "icon": undefined,
352
+ },
353
+ "extendsInterfaces": [],
354
+ "links": [
355
+ {
356
+ "cardinality": "SINGLE",
357
+ "linkedEntityTypeId": {
358
+ "interfaceType": "com.palantir.B",
359
+ "type": "interfaceType",
360
+ },
361
+ "metadata": {
362
+ "apiName": "com.palantir.singleLink",
363
+ "description": "singleLink",
364
+ "displayName": "singleLink",
365
+ },
366
+ "required": true,
367
+ },
368
+ ],
369
+ "properties": [],
370
+ "status": {
371
+ "active": {},
372
+ "type": "active",
373
+ },
374
+ },
375
+ },
376
+ "com.palantir.B": {
377
+ "interfaceType": {
378
+ "allExtendsInterfaces": [],
379
+ "allLinks": [],
380
+ "allProperties": [],
381
+ "apiName": "com.palantir.B",
382
+ "displayMetadata": {
383
+ "description": "B",
384
+ "displayName": "B",
385
+ "icon": undefined,
386
+ },
387
+ "extendsInterfaces": [],
388
+ "links": [],
389
+ "properties": [],
390
+ "status": {
391
+ "active": {},
392
+ "type": "active",
393
+ },
394
+ },
395
+ },
396
+ },
397
+ "sharedPropertyTypes": {},
398
+ }
399
+ `);
400
+ });
401
+ it("many link works", () => {
402
+ defineInterfaceLinkConstraint({
403
+ from: a,
404
+ toMany: b,
405
+ apiName: "manyLink"
406
+ });
407
+ expect(dumpOntologyFullMetadata()).toMatchInlineSnapshot(`
408
+ {
409
+ "blockPermissionInformation": {
410
+ "actionTypes": {},
411
+ "linkTypes": {},
412
+ "objectTypes": {},
413
+ },
414
+ "interfaceTypes": {
415
+ "com.palantir.A": {
416
+ "interfaceType": {
417
+ "allExtendsInterfaces": [],
418
+ "allLinks": [],
419
+ "allProperties": [],
420
+ "apiName": "com.palantir.A",
421
+ "displayMetadata": {
422
+ "description": "A",
423
+ "displayName": "A",
424
+ "icon": undefined,
425
+ },
426
+ "extendsInterfaces": [],
427
+ "links": [
428
+ {
429
+ "cardinality": "MANY",
430
+ "linkedEntityTypeId": {
431
+ "interfaceType": "com.palantir.B",
432
+ "type": "interfaceType",
433
+ },
434
+ "metadata": {
435
+ "apiName": "com.palantir.manyLink",
436
+ "description": "manyLink",
437
+ "displayName": "manyLink",
438
+ },
439
+ "required": true,
440
+ },
441
+ ],
442
+ "properties": [],
443
+ "status": {
444
+ "active": {},
445
+ "type": "active",
446
+ },
447
+ },
448
+ },
449
+ "com.palantir.B": {
450
+ "interfaceType": {
451
+ "allExtendsInterfaces": [],
452
+ "allLinks": [],
453
+ "allProperties": [],
454
+ "apiName": "com.palantir.B",
455
+ "displayMetadata": {
456
+ "description": "B",
457
+ "displayName": "B",
458
+ "icon": undefined,
459
+ },
460
+ "extendsInterfaces": [],
461
+ "links": [],
462
+ "properties": [],
463
+ "status": {
464
+ "active": {},
465
+ "type": "active",
466
+ },
467
+ },
468
+ },
469
+ },
470
+ "sharedPropertyTypes": {},
471
+ }
472
+ `);
473
+ });
474
+ });
475
+ describe("SPTs", () => {
476
+ it("doesn't let you create the same spt twice", () => {
477
+ defineSharedPropertyType({
478
+ apiName: "foo",
479
+ type: "string"
480
+ });
481
+ expect(() => {
482
+ defineSharedPropertyType({
483
+ apiName: "foo",
484
+ type: "string"
485
+ });
486
+ }).toThrowErrorMatchingInlineSnapshot(`[Error: Invariant failed: Shared property type com.palantir.foo already exists]`);
487
+ });
488
+ });
489
+ it("uses a predefined spt", () => {
490
+ const fooSpt = defineSharedPropertyType({
491
+ apiName: "fooSpt",
492
+ type: "string"
493
+ });
494
+ defineInterface({
495
+ apiName: "FooInterface",
496
+ displayName: "Foo Interface",
497
+ properties: {
498
+ fooSpt
499
+ },
500
+ icon: {
501
+ color: "#00000",
502
+ locator: "airplane"
503
+ }
504
+ });
505
+ expect(dumpOntologyFullMetadata()).toMatchInlineSnapshot(`
506
+ {
507
+ "blockPermissionInformation": {
508
+ "actionTypes": {},
509
+ "linkTypes": {},
510
+ "objectTypes": {},
511
+ },
512
+ "interfaceTypes": {
513
+ "com.palantir.FooInterface": {
514
+ "interfaceType": {
515
+ "allExtendsInterfaces": [],
516
+ "allLinks": [],
517
+ "allProperties": [],
518
+ "apiName": "com.palantir.FooInterface",
519
+ "displayMetadata": {
520
+ "description": "Foo Interface",
521
+ "displayName": "Foo Interface",
522
+ "icon": {
523
+ "blueprint": {
524
+ "color": "#00000",
525
+ "locator": "airplane",
526
+ },
527
+ "type": "blueprint",
528
+ },
529
+ },
530
+ "extendsInterfaces": [],
531
+ "links": [],
532
+ "properties": [
533
+ {
534
+ "aliases": [],
535
+ "apiName": "com.palantir.fooSpt",
536
+ "baseFormatter": undefined,
537
+ "dataConstraints": undefined,
538
+ "displayMetadata": {
539
+ "description": undefined,
540
+ "displayName": "fooSpt",
541
+ "visibility": "NORMAL",
542
+ },
543
+ "gothamMapping": undefined,
544
+ "indexedForSearch": true,
545
+ "provenance": undefined,
546
+ "type": {
547
+ "string": {
548
+ "analyzerOverride": undefined,
549
+ "enableAsciiFolding": undefined,
550
+ "isLongText": false,
551
+ "supportsExactMatching": true,
552
+ },
553
+ "type": "string",
554
+ },
555
+ "typeClasses": [
556
+ {
557
+ "kind": "render_hint",
558
+ "name": "SELECTABLE",
559
+ },
560
+ {
561
+ "kind": "render_hint",
562
+ "name": "SORTABLE",
563
+ },
564
+ ],
565
+ "valueType": undefined,
566
+ },
567
+ ],
568
+ "status": {
569
+ "active": {},
570
+ "type": "active",
571
+ },
572
+ },
573
+ },
574
+ },
575
+ "sharedPropertyTypes": {
576
+ "com.palantir.fooSpt": {
577
+ "sharedPropertyType": {
578
+ "aliases": [],
579
+ "apiName": "com.palantir.fooSpt",
580
+ "baseFormatter": undefined,
581
+ "dataConstraints": undefined,
582
+ "displayMetadata": {
583
+ "description": undefined,
584
+ "displayName": "fooSpt",
585
+ "visibility": "NORMAL",
586
+ },
587
+ "gothamMapping": undefined,
588
+ "indexedForSearch": true,
589
+ "provenance": undefined,
590
+ "type": {
591
+ "string": {
592
+ "analyzerOverride": undefined,
593
+ "enableAsciiFolding": undefined,
594
+ "isLongText": false,
595
+ "supportsExactMatching": true,
596
+ },
597
+ "type": "string",
598
+ },
599
+ "typeClasses": [
600
+ {
601
+ "kind": "render_hint",
602
+ "name": "SELECTABLE",
603
+ },
604
+ {
605
+ "kind": "render_hint",
606
+ "name": "SORTABLE",
607
+ },
608
+ ],
609
+ "valueType": undefined,
610
+ },
611
+ },
612
+ },
613
+ }
614
+ `);
615
+ });
616
+ });
617
+ //# sourceMappingURL=overall.test.js.map