@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26

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 (134) hide show
  1. package/.jsii +147 -4
  2. package/.projenrc.ts +1 -1
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.d.ts +4 -22
  5. package/lib/ecr-sync.js +3 -10
  6. package/lib/image.d.ts +5 -8
  7. package/lib/image.js +1 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +69 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
  11. package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
  12. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
  14. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
  15. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
  17. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
  18. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
  19. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
  20. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
  21. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
  22. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
  23. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
  24. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
  26. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
  27. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
  28. package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
  29. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
  30. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
  31. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
  32. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
  33. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
  34. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
  35. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
  36. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
  37. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
  38. package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
  39. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
  40. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
  42. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
  43. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
  44. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
  45. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
  46. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
  47. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
  48. package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
  49. package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
  51. package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
  52. package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
  53. package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
  54. package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
  56. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
  57. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
  58. package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
  59. package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
  60. package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
  61. package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
  62. package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
  63. package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
  64. package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
  65. package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
  66. package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
  67. package/node_modules/aws-sdk/clients/es.d.ts +97 -0
  68. package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
  69. package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
  70. package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
  71. package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
  72. package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
  73. package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
  74. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  75. package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
  76. package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
  77. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  78. package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
  79. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
  80. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  81. package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
  82. package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
  83. package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
  84. package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
  85. package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
  86. package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
  87. package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
  88. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
  89. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
  90. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
  91. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  92. package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
  93. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
  94. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
  95. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
  96. package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
  97. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  98. package/node_modules/aws-sdk/lib/core.js +1 -1
  99. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  100. package/node_modules/aws-sdk/lib/param_validator.js +2 -0
  101. package/node_modules/aws-sdk/package.json +2 -2
  102. package/node_modules/jmespath/jmespath.js +32 -27
  103. package/node_modules/jmespath/package.json +2 -7
  104. package/package.json +3 -3
  105. package/releasetag.txt +1 -1
  106. package/version.txt +1 -1
  107. package/node_modules/jmespath/.eslintrc +0 -10
  108. package/node_modules/jmespath/.npmignore +0 -1
  109. package/node_modules/jmespath/.travis.yml +0 -6
  110. package/node_modules/jmespath/BASELINE +0 -15
  111. package/node_modules/jmespath/Gruntfile.js +0 -36
  112. package/node_modules/jmespath/g.sh +0 -5
  113. package/node_modules/jmespath/index.html +0 -93
  114. package/node_modules/jmespath/james.html +0 -7
  115. package/node_modules/jmespath/l.js +0 -189
  116. package/node_modules/jmespath/perf.js +0 -33
  117. package/node_modules/jmespath/reservedWords.json +0 -4
  118. package/node_modules/jmespath/test/compliance/basic.json +0 -96
  119. package/node_modules/jmespath/test/compliance/boolean.json +0 -257
  120. package/node_modules/jmespath/test/compliance/current.json +0 -25
  121. package/node_modules/jmespath/test/compliance/escape.json +0 -46
  122. package/node_modules/jmespath/test/compliance/filters.json +0 -468
  123. package/node_modules/jmespath/test/compliance/functions.json +0 -825
  124. package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
  125. package/node_modules/jmespath/test/compliance/indices.json +0 -346
  126. package/node_modules/jmespath/test/compliance/literal.json +0 -190
  127. package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
  128. package/node_modules/jmespath/test/compliance/pipe.json +0 -131
  129. package/node_modules/jmespath/test/compliance/slice.json +0 -187
  130. package/node_modules/jmespath/test/compliance/syntax.json +0 -616
  131. package/node_modules/jmespath/test/compliance/unicode.json +0 -38
  132. package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
  133. package/node_modules/jmespath/test/compliance.js +0 -56
  134. package/node_modules/jmespath/test/jmespath.js +0 -217
@@ -1,460 +0,0 @@
1
- [{
2
- "given": {
3
- "foo": {
4
- "bar": {
5
- "baz": "val"
6
- },
7
- "other": {
8
- "baz": "val"
9
- },
10
- "other2": {
11
- "baz": "val"
12
- },
13
- "other3": {
14
- "notbaz": ["a", "b", "c"]
15
- },
16
- "other4": {
17
- "notbaz": ["a", "b", "c"]
18
- },
19
- "other5": {
20
- "other": {
21
- "a": 1,
22
- "b": 1,
23
- "c": 1
24
- }
25
- }
26
- }
27
- },
28
- "cases": [
29
- {
30
- "expression": "foo.*.baz",
31
- "result": ["val", "val", "val"]
32
- },
33
- {
34
- "expression": "foo.bar.*",
35
- "result": ["val"]
36
- },
37
- {
38
- "expression": "foo.*.notbaz",
39
- "result": [["a", "b", "c"], ["a", "b", "c"]]
40
- },
41
- {
42
- "expression": "foo.*.notbaz[0]",
43
- "result": ["a", "a"]
44
- },
45
- {
46
- "expression": "foo.*.notbaz[-1]",
47
- "result": ["c", "c"]
48
- }
49
- ]
50
- }, {
51
- "given": {
52
- "foo": {
53
- "first-1": {
54
- "second-1": "val"
55
- },
56
- "first-2": {
57
- "second-1": "val"
58
- },
59
- "first-3": {
60
- "second-1": "val"
61
- }
62
- }
63
- },
64
- "cases": [
65
- {
66
- "expression": "foo.*",
67
- "result": [{"second-1": "val"}, {"second-1": "val"},
68
- {"second-1": "val"}]
69
- },
70
- {
71
- "expression": "foo.*.*",
72
- "result": [["val"], ["val"], ["val"]]
73
- },
74
- {
75
- "expression": "foo.*.*.*",
76
- "result": [[], [], []]
77
- },
78
- {
79
- "expression": "foo.*.*.*.*",
80
- "result": [[], [], []]
81
- }
82
- ]
83
- }, {
84
- "given": {
85
- "foo": {
86
- "bar": "one"
87
- },
88
- "other": {
89
- "bar": "one"
90
- },
91
- "nomatch": {
92
- "notbar": "three"
93
- }
94
- },
95
- "cases": [
96
- {
97
- "expression": "*.bar",
98
- "result": ["one", "one"]
99
- }
100
- ]
101
- }, {
102
- "given": {
103
- "top1": {
104
- "sub1": {"foo": "one"}
105
- },
106
- "top2": {
107
- "sub1": {"foo": "one"}
108
- }
109
- },
110
- "cases": [
111
- {
112
- "expression": "*",
113
- "result": [{"sub1": {"foo": "one"}},
114
- {"sub1": {"foo": "one"}}]
115
- },
116
- {
117
- "expression": "*.sub1",
118
- "result": [{"foo": "one"},
119
- {"foo": "one"}]
120
- },
121
- {
122
- "expression": "*.*",
123
- "result": [[{"foo": "one"}],
124
- [{"foo": "one"}]]
125
- },
126
- {
127
- "expression": "*.*.foo[]",
128
- "result": ["one", "one"]
129
- },
130
- {
131
- "expression": "*.sub1.foo",
132
- "result": ["one", "one"]
133
- }
134
- ]
135
- },
136
- {
137
- "given":
138
- {"foo": [{"bar": "one"}, {"bar": "two"}, {"bar": "three"}, {"notbar": "four"}]},
139
- "cases": [
140
- {
141
- "expression": "foo[*].bar",
142
- "result": ["one", "two", "three"]
143
- },
144
- {
145
- "expression": "foo[*].notbar",
146
- "result": ["four"]
147
- }
148
- ]
149
- },
150
- {
151
- "given":
152
- [{"bar": "one"}, {"bar": "two"}, {"bar": "three"}, {"notbar": "four"}],
153
- "cases": [
154
- {
155
- "expression": "[*]",
156
- "result": [{"bar": "one"}, {"bar": "two"}, {"bar": "three"}, {"notbar": "four"}]
157
- },
158
- {
159
- "expression": "[*].bar",
160
- "result": ["one", "two", "three"]
161
- },
162
- {
163
- "expression": "[*].notbar",
164
- "result": ["four"]
165
- }
166
- ]
167
- },
168
- {
169
- "given": {
170
- "foo": {
171
- "bar": [
172
- {"baz": ["one", "two", "three"]},
173
- {"baz": ["four", "five", "six"]},
174
- {"baz": ["seven", "eight", "nine"]}
175
- ]
176
- }
177
- },
178
- "cases": [
179
- {
180
- "expression": "foo.bar[*].baz",
181
- "result": [["one", "two", "three"], ["four", "five", "six"], ["seven", "eight", "nine"]]
182
- },
183
- {
184
- "expression": "foo.bar[*].baz[0]",
185
- "result": ["one", "four", "seven"]
186
- },
187
- {
188
- "expression": "foo.bar[*].baz[1]",
189
- "result": ["two", "five", "eight"]
190
- },
191
- {
192
- "expression": "foo.bar[*].baz[2]",
193
- "result": ["three", "six", "nine"]
194
- },
195
- {
196
- "expression": "foo.bar[*].baz[3]",
197
- "result": []
198
- }
199
- ]
200
- },
201
- {
202
- "given": {
203
- "foo": {
204
- "bar": [["one", "two"], ["three", "four"]]
205
- }
206
- },
207
- "cases": [
208
- {
209
- "expression": "foo.bar[*]",
210
- "result": [["one", "two"], ["three", "four"]]
211
- },
212
- {
213
- "expression": "foo.bar[0]",
214
- "result": ["one", "two"]
215
- },
216
- {
217
- "expression": "foo.bar[0][0]",
218
- "result": "one"
219
- },
220
- {
221
- "expression": "foo.bar[0][0][0]",
222
- "result": null
223
- },
224
- {
225
- "expression": "foo.bar[0][0][0][0]",
226
- "result": null
227
- },
228
- {
229
- "expression": "foo[0][0]",
230
- "result": null
231
- }
232
- ]
233
- },
234
- {
235
- "given": {
236
- "foo": [
237
- {"bar": [{"kind": "basic"}, {"kind": "intermediate"}]},
238
- {"bar": [{"kind": "advanced"}, {"kind": "expert"}]},
239
- {"bar": "string"}
240
- ]
241
-
242
- },
243
- "cases": [
244
- {
245
- "expression": "foo[*].bar[*].kind",
246
- "result": [["basic", "intermediate"], ["advanced", "expert"]]
247
- },
248
- {
249
- "expression": "foo[*].bar[0].kind",
250
- "result": ["basic", "advanced"]
251
- }
252
- ]
253
- },
254
- {
255
- "given": {
256
- "foo": [
257
- {"bar": {"kind": "basic"}},
258
- {"bar": {"kind": "intermediate"}},
259
- {"bar": {"kind": "advanced"}},
260
- {"bar": {"kind": "expert"}},
261
- {"bar": "string"}
262
- ]
263
- },
264
- "cases": [
265
- {
266
- "expression": "foo[*].bar.kind",
267
- "result": ["basic", "intermediate", "advanced", "expert"]
268
- }
269
- ]
270
- },
271
- {
272
- "given": {
273
- "foo": [{"bar": ["one", "two"]}, {"bar": ["three", "four"]}, {"bar": ["five"]}]
274
- },
275
- "cases": [
276
- {
277
- "expression": "foo[*].bar[0]",
278
- "result": ["one", "three", "five"]
279
- },
280
- {
281
- "expression": "foo[*].bar[1]",
282
- "result": ["two", "four"]
283
- },
284
- {
285
- "expression": "foo[*].bar[2]",
286
- "result": []
287
- }
288
- ]
289
- },
290
- {
291
- "given": {
292
- "foo": [{"bar": []}, {"bar": []}, {"bar": []}]
293
- },
294
- "cases": [
295
- {
296
- "expression": "foo[*].bar[0]",
297
- "result": []
298
- }
299
- ]
300
- },
301
- {
302
- "given": {
303
- "foo": [["one", "two"], ["three", "four"], ["five"]]
304
- },
305
- "cases": [
306
- {
307
- "expression": "foo[*][0]",
308
- "result": ["one", "three", "five"]
309
- },
310
- {
311
- "expression": "foo[*][1]",
312
- "result": ["two", "four"]
313
- }
314
- ]
315
- },
316
- {
317
- "given": {
318
- "foo": [
319
- [
320
- ["one", "two"], ["three", "four"]
321
- ], [
322
- ["five", "six"], ["seven", "eight"]
323
- ], [
324
- ["nine"], ["ten"]
325
- ]
326
- ]
327
- },
328
- "cases": [
329
- {
330
- "expression": "foo[*][0]",
331
- "result": [["one", "two"], ["five", "six"], ["nine"]]
332
- },
333
- {
334
- "expression": "foo[*][1]",
335
- "result": [["three", "four"], ["seven", "eight"], ["ten"]]
336
- },
337
- {
338
- "expression": "foo[*][0][0]",
339
- "result": ["one", "five", "nine"]
340
- },
341
- {
342
- "expression": "foo[*][1][0]",
343
- "result": ["three", "seven", "ten"]
344
- },
345
- {
346
- "expression": "foo[*][0][1]",
347
- "result": ["two", "six"]
348
- },
349
- {
350
- "expression": "foo[*][1][1]",
351
- "result": ["four", "eight"]
352
- },
353
- {
354
- "expression": "foo[*][2]",
355
- "result": []
356
- },
357
- {
358
- "expression": "foo[*][2][2]",
359
- "result": []
360
- },
361
- {
362
- "expression": "bar[*]",
363
- "result": null
364
- },
365
- {
366
- "expression": "bar[*].baz[*]",
367
- "result": null
368
- }
369
- ]
370
- },
371
- {
372
- "given": {
373
- "string": "string",
374
- "hash": {"foo": "bar", "bar": "baz"},
375
- "number": 23,
376
- "nullvalue": null
377
- },
378
- "cases": [
379
- {
380
- "expression": "string[*]",
381
- "result": null
382
- },
383
- {
384
- "expression": "hash[*]",
385
- "result": null
386
- },
387
- {
388
- "expression": "number[*]",
389
- "result": null
390
- },
391
- {
392
- "expression": "nullvalue[*]",
393
- "result": null
394
- },
395
- {
396
- "expression": "string[*].foo",
397
- "result": null
398
- },
399
- {
400
- "expression": "hash[*].foo",
401
- "result": null
402
- },
403
- {
404
- "expression": "number[*].foo",
405
- "result": null
406
- },
407
- {
408
- "expression": "nullvalue[*].foo",
409
- "result": null
410
- },
411
- {
412
- "expression": "nullvalue[*].foo[*].bar",
413
- "result": null
414
- }
415
- ]
416
- },
417
- {
418
- "given": {
419
- "string": "string",
420
- "hash": {"foo": "val", "bar": "val"},
421
- "number": 23,
422
- "array": [1, 2, 3],
423
- "nullvalue": null
424
- },
425
- "cases": [
426
- {
427
- "expression": "string.*",
428
- "result": null
429
- },
430
- {
431
- "expression": "hash.*",
432
- "result": ["val", "val"]
433
- },
434
- {
435
- "expression": "number.*",
436
- "result": null
437
- },
438
- {
439
- "expression": "array.*",
440
- "result": null
441
- },
442
- {
443
- "expression": "nullvalue.*",
444
- "result": null
445
- }
446
- ]
447
- },
448
- {
449
- "given": {
450
- "a": [0, 1, 2],
451
- "b": [0, 1, 2]
452
- },
453
- "cases": [
454
- {
455
- "expression": "*[0]",
456
- "result": [0, 0]
457
- }
458
- ]
459
- }
460
- ]
@@ -1,56 +0,0 @@
1
- var fs = require('fs');
2
- var path = require('path');
3
- var assert = require('assert');
4
- var jmespath = require('../jmespath');
5
- var search = jmespath.search;
6
-
7
- // Compliance tests that aren't supported yet.
8
- var notImplementedYet = [];
9
-
10
- function endsWith(str, suffix) {
11
- return str.indexOf(suffix, str.length - suffix.length) !== -1;
12
- }
13
-
14
- var listing = fs.readdirSync('test/compliance');
15
- for (var i = 0; i < listing.length; i++) {
16
- var filename = 'test/compliance/' + listing[i];
17
- if (fs.statSync(filename).isFile() && endsWith(filename, '.json') &&
18
- notImplementedYet.indexOf(path.basename(filename)) === -1) {
19
- addTestSuitesFromFile(filename);
20
- }
21
- }
22
- function addTestSuitesFromFile(filename) {
23
- describe(filename, function() {
24
- var spec = JSON.parse(fs.readFileSync(filename, 'utf-8'));
25
- var errorMsg;
26
- for (var i = 0; i < spec.length; i++) {
27
- var msg = "suite " + i + " for filename " + filename;
28
- describe(msg, function() {
29
- var given = spec[i].given;
30
- var cases = spec[i].cases;
31
- for (var j = 0; j < cases.length; j++) {
32
- var testcase = cases[j];
33
- if (testcase.error !== undefined) {
34
- // For now just verify that an error is thrown
35
- // for error tests.
36
- (function(testcase, given) {
37
- it('should throw error for test ' + j, function() {
38
- assert.throws(
39
- function() {
40
- search(given, testcase.expression);
41
- }, Error, testcase.expression);
42
- });
43
- })(testcase, given);
44
- } else {
45
- (function(testcase, given) {
46
- it('should pass test ' + j + " expression: " + testcase.expression, function() {
47
- assert.deepEqual(search(given, testcase.expression),
48
- testcase.result);
49
- });
50
- })(testcase, given);
51
- }
52
- }
53
- });
54
- }
55
- });
56
- }