testeranto 0.143.0 → 0.146.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 (193) hide show
  1. package/.aider.chat.history.md +1833 -0
  2. package/.aider.input.history +105 -0
  3. package/.aider.tags.cache.v3/{be/72/19ee8e656d160afe9b31523245fe.val → 06/1a/1ec9fd1f595d4b36094caef45894.val} +0 -0
  4. package/.aider.tags.cache.v3/{63/f1/138061b0aadb868173d197c2a0e0.val → 0f/f6/f42b5108253d75de3cb6286df7f6.val} +0 -0
  5. package/.aider.tags.cache.v3/cache.db +0 -0
  6. package/README.md +15 -16
  7. package/dist/tsconfig.tsbuildinfo +1 -1
  8. package/docs/index.md +45 -33
  9. package/package.json +1 -1
  10. package/src/Node.ts +17 -13
  11. package/src/PM/PM_WithEslintAndTsc.ts +71 -69
  12. package/src/PM/main.ts +182 -92
  13. package/src/PM/node.ts +1 -15
  14. package/src/PM/nodeSidecar.ts +0 -1
  15. package/src/Pure.ts +20 -2
  16. package/src/Types.ts +5 -5
  17. package/src/Web.ts +1 -1
  18. package/src/build.ts +0 -1
  19. package/src/esbuildConfigs/consoleDetectorPlugin.ts +28 -14
  20. package/src/esbuildConfigs/nativeImportDetectorPlugin.ts +26 -0
  21. package/src/esbuildConfigs/pure.ts +3 -1
  22. package/src/esbuildConfigs/rebuildPlugin.ts +1 -4
  23. package/src/lib/BaseSuite.test/node.test.ts +12 -0
  24. package/src/lib/BaseSuite.test/pure.test.ts +12 -0
  25. package/src/lib/{BaseSuite.test.ts → BaseSuite.test/test.ts} +20 -30
  26. package/src/lib/BaseSuite.test/web.test.ts +12 -0
  27. package/src/lib/BaseSuite.ts +17 -15
  28. package/src/lib/abstractBase.ts +0 -2
  29. package/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts +2 -1
  30. package/src/lib/baseBuilder.test/baseBuilder.test.node.ts +14 -0
  31. package/src/lib/baseBuilder.test/baseBuilder.test.pure.ts +14 -0
  32. package/src/lib/baseBuilder.test/{baseBuilder.test.ts → baseBuilder.test.web.ts} +2 -1
  33. package/src/lib/basebuilder.ts +2 -1
  34. package/src/lib/classBuilder.test/classBuilder.test.implementation.ts +6 -2
  35. package/src/lib/classBuilder.test/classBuilder.test.interface.ts +1 -0
  36. package/src/lib/classBuilder.test/classBuilder.test.specification.ts +5 -4
  37. package/src/lib/classBuilder.test/classBuilder.test.types.ts +17 -5
  38. package/src/lib/core.ts +0 -10
  39. package/src/lib/pmProxy.test/interface.ts +0 -1
  40. package/src/run.ts +7 -7
  41. package/testeranto/bundles/node/allTests/{chunk-RX4SUFXQ.mjs → chunk-NQBTLMSG.mjs} +15 -12
  42. package/testeranto/bundles/node/allTests/{chunk-UED26IMH.mjs → chunk-RF3LIUSG.mjs} +196 -233
  43. package/testeranto/bundles/node/allTests/{chunk-KYSOR62N.mjs → chunk-YZWFKYY3.mjs} +6 -2
  44. package/testeranto/bundles/node/allTests/metafile.json +294 -4083
  45. package/testeranto/bundles/node/allTests/src/lib/{BaseSuite.test.mjs → BaseSuite.test/node.test.mjs} +9 -7
  46. package/testeranto/bundles/node/allTests/src/lib/baseBuilder.test/{baseBuilder.test.mjs → baseBuilder.test.node.mjs} +8 -8
  47. package/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs +8 -6
  48. package/testeranto/bundles/node/allTests/src/lib/core.test/core.test.mjs +2 -2
  49. package/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs +114 -6
  50. package/testeranto/bundles/{node/allTests/chunk-2FXOXAKZ.mjs → pure/allTests/chunk-W22WOQNK.mjs} +377 -256
  51. package/testeranto/bundles/pure/allTests/metafile.json +732 -3
  52. package/testeranto/bundles/{node → pure}/allTests/src/Pure.test.mjs +113 -5
  53. package/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs +323 -0
  54. package/testeranto/bundles/pure/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure.mjs +224 -0
  55. package/testeranto/bundles/{node/allTests/chunk-DWKHII32.mjs → web/allTests/chunk-FIZ3WLUB.mjs} +439 -296
  56. package/testeranto/bundles/web/allTests/metafile.json +1133 -2
  57. package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.html +19 -0
  58. package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.mjs +322 -0
  59. package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.html +19 -0
  60. package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.mjs +10964 -0
  61. package/testeranto/index.html +1 -1
  62. package/testeranto/reports/allTests/config.json +25 -25
  63. package/testeranto/reports/allTests/index.html +1 -1
  64. package/testeranto/reports/allTests/src/Pure.test/pure/lint_errors.json +1539 -0
  65. package/testeranto/reports/allTests/src/Pure.test/pure/logs.txt +11 -0
  66. package/testeranto/reports/allTests/src/Pure.test/pure/message +1 -0
  67. package/testeranto/reports/allTests/src/Pure.test/pure/prompt.txt +8 -0
  68. package/testeranto/reports/allTests/src/Pure.test/{node → pure}/type_errors.txt +15 -5
  69. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/lint_errors.json +620 -0
  70. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/logs.txt +12 -0
  71. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/message +1 -0
  72. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/prompt.txt +8 -0
  73. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/type_errors.txt +94 -0
  74. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/lint_errors.json +620 -0
  75. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/logs.txt +11 -0
  76. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/message +1 -0
  77. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/prompt.txt +8 -0
  78. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/type_errors.txt +104 -0
  79. package/testeranto/reports/allTests/src/lib/BaseSuite.test/{node → web.test/web}/lint_errors.json +119 -107
  80. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/logs.txt +10 -0
  81. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/message +1 -0
  82. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/prompt.txt +8 -0
  83. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/type_errors.txt +95 -0
  84. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/lint_errors.json +966 -0
  85. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/message +1 -0
  86. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/prompt.txt +11 -0
  87. package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test → baseBuilder.test.node}/node/type_errors.txt +22 -17
  88. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/bdd_errors.txt +1 -0
  89. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/lint_errors.json +966 -0
  90. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/message +1 -0
  91. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/prompt.txt +11 -0
  92. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/tests.json +57 -0
  93. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/type_errors.txt +57 -0
  94. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/bdd_errors.txt +1 -0
  95. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/dev.html +21 -0
  96. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/index.html +21 -0
  97. package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test/node → baseBuilder.test.web/web}/lint_errors.json +61 -61
  98. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/message +1 -0
  99. package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test/node → baseBuilder.test.web/web}/prompt.txt +6 -6
  100. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/tests.json +57 -0
  101. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/type_errors.txt +48 -0
  102. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/index.html +1 -1
  103. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/lint_errors.json +106 -86
  104. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt +12 -0
  105. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/message +1 -1
  106. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/prompt.txt +2 -2
  107. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/type_errors.txt +26 -38
  108. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/index.html +1 -1
  109. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/{console_log.txt → logs.txt} +8 -8
  110. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/message +1 -1
  111. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/prompt.txt +1 -1
  112. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/type_errors.txt +12 -1
  113. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/index.html +1 -1
  114. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/lint_errors.json +1413 -8
  115. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/logs.txt +30 -0
  116. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/message +1 -1
  117. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/prompt.txt +2 -1
  118. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/type_errors.txt +5 -5
  119. package/testeranto/reports/allTests/summary.json +48 -83
  120. package/testeranto.config.ts +32 -24
  121. package/tsc.log +273 -27
  122. package/.aider.tags.cache.v3/cache.db-shm +0 -0
  123. package/.aider.tags.cache.v3/cache.db-wal +0 -0
  124. package/testeranto/bundles/node/allTests/chunk-4PJCC2XT.mjs +0 -1039
  125. package/testeranto/bundles/node/allTests/chunk-5MQGD4WC.mjs +0 -251
  126. package/testeranto/bundles/node/allTests/chunk-6CGAD2FD.mjs +0 -800
  127. package/testeranto/bundles/node/allTests/chunk-PG6KUKNP.mjs +0 -44
  128. package/testeranto/bundles/node/allTests/chunk-PRPFVO6G.mjs +0 -251
  129. package/testeranto/bundles/node/allTests/chunk-VAAIAWXC.mjs +0 -117
  130. package/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs +0 -251
  131. package/testeranto/bundles/node/allTests/chunk-YI3EGRMQ.mjs +0 -167
  132. package/testeranto/bundles/node/allTests/src/PM/__tests__/nodeSidecar.testeranto.mjs +0 -188
  133. package/testeranto/bundles/node/allTests/src/PM/__tests__/pureSidecar.testeranto.mjs +0 -157
  134. package/testeranto/bundles/node/allTests/src/PM/__tests__/webSidecar.testeranto.mjs +0 -157
  135. package/testeranto/bundles/node/allTests/src/mothership/test.mjs +0 -24413
  136. package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/index.html +0 -21
  137. package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/lint_errors.json +0 -80
  138. package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/message +0 -1
  139. package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/prompt.txt +0 -8
  140. package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/type_errors.txt +0 -28
  141. package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/index.html +0 -21
  142. package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/lint_errors.json +0 -80
  143. package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/message +0 -1
  144. package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/prompt.txt +0 -8
  145. package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/type_errors.txt +0 -32
  146. package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/index.html +0 -21
  147. package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/lint_errors.json +0 -80
  148. package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/message +0 -1
  149. package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/prompt.txt +0 -8
  150. package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/type_errors.txt +0 -32
  151. package/testeranto/reports/allTests/src/Pure.test/node/console_log.txt +0 -17
  152. package/testeranto/reports/allTests/src/Pure.test/node/index.html +0 -21
  153. package/testeranto/reports/allTests/src/Pure.test/node/lint_errors.json +0 -134
  154. package/testeranto/reports/allTests/src/Pure.test/node/message +0 -1
  155. package/testeranto/reports/allTests/src/Pure.test/node/prompt.txt +0 -7
  156. package/testeranto/reports/allTests/src/lib/BaseGiven.test/node/index.html +0 -21
  157. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/console_log.txt +0 -35
  158. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/index.html +0 -21
  159. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/message +0 -1
  160. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/prompt.txt +0 -7
  161. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/type_errors.txt +0 -93
  162. package/testeranto/reports/allTests/src/lib/BaseThen.test/node/index.html +0 -21
  163. package/testeranto/reports/allTests/src/lib/BaseWhen.test/node/index.html +0 -21
  164. package/testeranto/reports/allTests/src/lib/abstractBase/index/node/index.html +0 -21
  165. package/testeranto/reports/allTests/src/lib/baseBuilder/baseBuilder.test/node/index.html +0 -21
  166. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/console_log.txt +0 -12
  167. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/index.html +0 -21
  168. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/message +0 -1
  169. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/console_log.txt +0 -17
  170. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/console_log.txt +0 -43
  171. package/testeranto/reports/allTests/src/mothership/test/node/console_log.txt +0 -44
  172. package/testeranto/reports/allTests/src/mothership/test/node/index.html +0 -21
  173. package/testeranto/reports/allTests/src/mothership/test/node/lint_errors.json +0 -1
  174. package/testeranto/reports/allTests/src/mothership/test/node/message +0 -1
  175. package/testeranto/reports/allTests/src/mothership/test/node/prompt.txt +0 -8
  176. package/testeranto/reports/allTests/src/mothership/test/node/type_errors.txt +0 -24
  177. package/testeranto/reportsnode_build_errors +0 -12
  178. /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node → Pure.test/pure}/dev.html +0 -0
  179. /package/testeranto/reports/allTests/src/{PM/__tests__/pureSidecar.testeranto/node/dev.html → Pure.test/pure/index.html} +0 -0
  180. /package/testeranto/reports/allTests/src/{PM/__tests__/webSidecar.testeranto → lib/BaseSuite.test/node.test}/node/dev.html +0 -0
  181. /package/testeranto/reports/allTests/src/{Pure.test/node/dev.html → lib/BaseSuite.test/node.test/node/index.html} +0 -0
  182. /package/testeranto/reports/allTests/src/lib/{BaseGiven.test/node → BaseSuite.test/pure.test/pure}/dev.html +0 -0
  183. /package/testeranto/reports/allTests/src/lib/BaseSuite.test/{node/dev.html → pure.test/pure/index.html} +0 -0
  184. /package/testeranto/reports/allTests/src/lib/{BaseThen.test/node → BaseSuite.test/web.test/web}/dev.html +0 -0
  185. /package/testeranto/reports/allTests/src/lib/{BaseWhen.test/node/dev.html → BaseSuite.test/web.test/web/index.html} +0 -0
  186. /package/testeranto/reports/allTests/src/lib/{abstractBase/index → baseBuilder.test/baseBuilder.test.node}/node/dev.html +0 -0
  187. /package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test/node/dev.html → baseBuilder.test.node/node/index.html} +0 -0
  188. /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node/console_log.txt → lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt} +0 -0
  189. /package/testeranto/reports/allTests/src/lib/{baseBuilder/baseBuilder.test/node → baseBuilder.test/baseBuilder.test.pure/pure}/dev.html +0 -0
  190. /package/testeranto/reports/allTests/src/{mothership/test/node/dev.html → lib/baseBuilder.test/baseBuilder.test.pure/pure/index.html} +0 -0
  191. /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node → lib/baseBuilder.test/baseBuilder.test.pure/pure}/log.txt +0 -0
  192. /package/testeranto/reports/allTests/src/lib/{BaseSuite.test/node → baseBuilder.test/baseBuilder.test.web/web}/log.txt +0 -0
  193. /package/testeranto/reports/allTests/src/{mothership/test/node/log.txt → lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt} +0 -0
@@ -1,21 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html lang="en">
4
-
5
- <head>
6
- <meta name="description" content="Webpage description goes here" />
7
- <base href="undefined" target="_blank">
8
- <meta charset="utf-8" />
9
- <title>allTests - testeranto</title>
10
- <meta name="viewport" content="width=device-width, initial-scale=1" />
11
- <meta name="author" content="" />
12
-
13
- <link rel="stylesheet" href="./testeranto/TestReport.css" />
14
- <script src="./testeranto/TestReport.js"></script>
15
-
16
- </head>
17
-
18
- <body>
19
- <div id="root"/>
20
- </body>
21
-
@@ -1,80 +0,0 @@
1
- [
2
- {
3
- "filePath": "/Users/adam/Code/testeranto/src/PM/__tests__/nodeSidecar.testeranto.ts",
4
- "messages": [
5
- {
6
- "ruleId": "@typescript-eslint/no-unsafe-function-type",
7
- "severity": 2,
8
- "message": "The `Function` type accepts any function-like value.\nPrefer explicitly defining any function parameters and return type.",
9
- "line": 73,
10
- "column": 23,
11
- "nodeType": "Identifier",
12
- "messageId": "bannedFunctionType",
13
- "endLine": 73,
14
- "endColumn": 31
15
- },
16
- {
17
- "ruleId": "@typescript-eslint/no-unsafe-function-type",
18
- "severity": 2,
19
- "message": "The `Function` type accepts any function-like value.\nPrefer explicitly defining any function parameters and return type.",
20
- "line": 75,
21
- "column": 39,
22
- "nodeType": "Identifier",
23
- "messageId": "bannedFunctionType",
24
- "endLine": 75,
25
- "endColumn": 47
26
- },
27
- {
28
- "ruleId": "@typescript-eslint/no-unused-vars",
29
- "severity": 2,
30
- "message": "'data' is defined but never used.",
31
- "line": 94,
32
- "column": 31,
33
- "nodeType": null,
34
- "messageId": "unusedVar",
35
- "endLine": 94,
36
- "endColumn": 35
37
- },
38
- {
39
- "ruleId": "@typescript-eslint/no-unused-vars",
40
- "severity": 2,
41
- "message": "'testResource' is defined but never used.",
42
- "line": 142,
43
- "column": 44,
44
- "nodeType": null,
45
- "messageId": "unusedVar",
46
- "endLine": 142,
47
- "endColumn": 56
48
- },
49
- {
50
- "ruleId": "@typescript-eslint/no-unused-vars",
51
- "severity": 2,
52
- "message": "'initialValues' is defined but never used.",
53
- "line": 142,
54
- "column": 58,
55
- "nodeType": null,
56
- "messageId": "unusedVar",
57
- "endLine": 142,
58
- "endColumn": 71
59
- },
60
- {
61
- "ruleId": "@typescript-eslint/no-unused-vars",
62
- "severity": 2,
63
- "message": "'pm' is defined but never used.",
64
- "line": 142,
65
- "column": 73,
66
- "nodeType": null,
67
- "messageId": "unusedVar",
68
- "endLine": 142,
69
- "endColumn": 75
70
- }
71
- ],
72
- "suppressedMessages": [],
73
- "errorCount": 6,
74
- "fatalErrorCount": 0,
75
- "warningCount": 0,
76
- "fixableErrorCount": 0,
77
- "fixableWarningCount": 0,
78
- "usedDeprecatedRules": []
79
- }
80
- ]
@@ -1 +0,0 @@
1
- Fix the failing tests described in testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/tests.json and testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/console_log.txt. DO NOT refactor beyond what is necessary. Always prefer minimal changes, focusing mostly on keeping the BDD tests passing
@@ -1,8 +0,0 @@
1
-
2
- /add src/PM/nodeSidecar.ts
3
- /add src/PM/__tests__/nodeSidecar.testeranto.ts
4
-
5
- /read testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/tests.json
6
- /read testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/console_log.txt
7
- /read testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/type_errors.txt
8
- /read testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/lint_errors.json
@@ -1,28 +0,0 @@
1
- /Users/adam/Code/testeranto/src/lib/basebuilder.ts (85,15): This expression is not callable.
2
- Not all constituents of type 'void | ((fPath: string, value: string | Buffer<ArrayBufferLike> | PassThrough) => void)' are callable.
3
- Type 'void' has no call signatures.
4
- /Users/adam/Code/testeranto/src/lib/classBuilder.ts (90,18): A spread argument must either have a tuple type or be passed to a rest parameter.
5
- /Users/adam/Code/testeranto/src/lib/classBuilder.ts (105,28): A spread argument must either have a tuple type or be passed to a rest parameter.
6
- /Users/adam/Code/testeranto/src/lib/index.ts (22,3): Type '(subject: T["isubject"], initialValues: T["iinitialValues"], x: unknown, testResource: ITTestResourceConfiguration, pm: IPM) => Promise<T["isubject"]>' is not assignable to type '(subject: T["isubject"], initializer: (c?: any) => T["given"], testResource: ITTestResourceConfiguration, initialValues: any, pm: IPM) => Promise<...>'.
7
- Types of parameters 'initialValues' and 'initializer' are incompatible.
8
- Type '(c?: any) => T["given"]' is not assignable to type 'T["iinitialValues"]'.
9
- 'T["iinitialValues"]' could be instantiated with an arbitrary type which could be unrelated to '(c?: any) => T["given"]'.
10
- /Users/adam/Code/testeranto/src/lib/index.ts (24,20): Type '"iinitialValues"' cannot be used to index type 'T'.
11
- /Users/adam/Code/testeranto/src/lib/index.ts (46,13): This expression is not callable.
12
- Type 'unknown' has no call signatures.
13
- /Users/adam/Code/testeranto/src/lib/index.ts (58,3): Type '{ assertThis?: ((x: T["then"]) => any) | undefined; andWhen?: ((store: T["istore"], whenCB: T["when"], testResource: ITTestResourceConfiguration, pm: IPM) => Promise<T["istore"]>) | undefined; ... 4 more ...; beforeEach?: ((subject: T["isubject"], initializer: (c?: any) => T["given"], testResource: ITTestResourceCon...' is not assignable to type 'ITestInterface<T>'.
14
- Types of property 'assertThis' are incompatible.
15
- Type '((x: T["then"]) => any) | undefined' is not assignable to type '(x: T["then"]) => any'.
16
- Type 'undefined' is not assignable to type '(x: T["then"]) => any'.
17
- /Users/adam/Code/testeranto/src/Node.ts (34,7): Argument of type 'ITestImplementation<I, O, M>' is not assignable to parameter of type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; checks: TestCheckImplementation<...>; }, keyof M> & M & { ...; }'.
18
- Type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; checks: TestCheckImplementation<...>; }, keyof M>' is missing the following properties from type '{ suites: Record<string, any>; givens: Record<string, any>; whens: Record<string, any>; thens: Record<string, any>; checks: Record<string, any>; }': suites, givens, whens, thens, checks
19
- /Users/adam/Code/testeranto/src/Node.ts (58,26): Cannot find name 'INodeTestInterface'. Did you mean 'ITestInterface'?
20
- /Users/adam/Code/testeranto/src/PM/__tests__/nodeSidecar.testeranto.ts (58,43): Cannot find name 'I'.
21
- /Users/adam/Code/testeranto/src/PM/__tests__/nodeSidecar.testeranto.ts (59,13): Type '(x: any) => any' is not assignable to type 'string'.
22
- /Users/adam/Code/testeranto/src/PM/__tests__/nodeSidecar.testeranto.ts (100,29): Variable 'callbackFn' is used before being assigned.
23
- /Users/adam/Code/testeranto/src/PM/__tests__/nodeSidecar.testeranto.ts (131,18): Property 'removeListenerCalled' does not exist on type 'PM'.
24
- /Users/adam/Code/testeranto/src/PM/__tests__/nodeSidecar.testeranto.ts (141,22): Cannot find name 'IPartialNodeInterface'.
25
- /Users/adam/Code/testeranto/src/PM/__tests__/nodeSidecar.testeranto.ts (141,44): Cannot find name 'I'.
26
- /Users/adam/Code/testeranto/src/PM/web.ts (56,12): Cannot find name 'opts'.
27
- /Users/adam/Code/testeranto/src/PM/web.ts (57,57): Cannot find name 'opts'.
28
- /Users/adam/Code/testeranto/src/PM/web.ts (59,7): Cannot find name 'page'. Did you mean the instance member 'this.page'?
@@ -1,21 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html lang="en">
4
-
5
- <head>
6
- <meta name="description" content="Webpage description goes here" />
7
- <base href="undefined" target="_blank">
8
- <meta charset="utf-8" />
9
- <title>allTests - testeranto</title>
10
- <meta name="viewport" content="width=device-width, initial-scale=1" />
11
- <meta name="author" content="" />
12
-
13
- <link rel="stylesheet" href="./testeranto/TestReport.css" />
14
- <script src="./testeranto/TestReport.js"></script>
15
-
16
- </head>
17
-
18
- <body>
19
- <div id="root"/>
20
- </body>
21
-
@@ -1,80 +0,0 @@
1
- [
2
- {
3
- "filePath": "/Users/adam/Code/testeranto/src/PM/__tests__/pureSidecar.testeranto.ts",
4
- "messages": [
5
- {
6
- "ruleId": "@typescript-eslint/no-unsafe-function-type",
7
- "severity": 2,
8
- "message": "The `Function` type accepts any function-like value.\nPrefer explicitly defining any function parameters and return type.",
9
- "line": 73,
10
- "column": 23,
11
- "nodeType": "Identifier",
12
- "messageId": "bannedFunctionType",
13
- "endLine": 73,
14
- "endColumn": 31
15
- },
16
- {
17
- "ruleId": "@typescript-eslint/no-unsafe-function-type",
18
- "severity": 2,
19
- "message": "The `Function` type accepts any function-like value.\nPrefer explicitly defining any function parameters and return type.",
20
- "line": 74,
21
- "column": 46,
22
- "nodeType": "Identifier",
23
- "messageId": "bannedFunctionType",
24
- "endLine": 74,
25
- "endColumn": 54
26
- },
27
- {
28
- "ruleId": "@typescript-eslint/no-unused-vars",
29
- "severity": 2,
30
- "message": "'data' is defined but never used.",
31
- "line": 87,
32
- "column": 31,
33
- "nodeType": null,
34
- "messageId": "unusedVar",
35
- "endLine": 87,
36
- "endColumn": 35
37
- },
38
- {
39
- "ruleId": "@typescript-eslint/no-unused-vars",
40
- "severity": 2,
41
- "message": "'testResource' is defined but never used.",
42
- "line": 126,
43
- "column": 44,
44
- "nodeType": null,
45
- "messageId": "unusedVar",
46
- "endLine": 126,
47
- "endColumn": 56
48
- },
49
- {
50
- "ruleId": "@typescript-eslint/no-unused-vars",
51
- "severity": 2,
52
- "message": "'initialValues' is defined but never used.",
53
- "line": 126,
54
- "column": 58,
55
- "nodeType": null,
56
- "messageId": "unusedVar",
57
- "endLine": 126,
58
- "endColumn": 71
59
- },
60
- {
61
- "ruleId": "@typescript-eslint/no-unused-vars",
62
- "severity": 2,
63
- "message": "'pm' is defined but never used.",
64
- "line": 126,
65
- "column": 73,
66
- "nodeType": null,
67
- "messageId": "unusedVar",
68
- "endLine": 126,
69
- "endColumn": 75
70
- }
71
- ],
72
- "suppressedMessages": [],
73
- "errorCount": 6,
74
- "fatalErrorCount": 0,
75
- "warningCount": 0,
76
- "fixableErrorCount": 0,
77
- "fixableWarningCount": 0,
78
- "usedDeprecatedRules": []
79
- }
80
- ]
@@ -1 +0,0 @@
1
- Fix the failing tests described in testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/tests.json and testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/console_log.txt. DO NOT refactor beyond what is necessary. Always prefer minimal changes, focusing mostly on keeping the BDD tests passing
@@ -1,8 +0,0 @@
1
-
2
- /add src/PM/pureSidecar.ts
3
- /add src/PM/__tests__/pureSidecar.testeranto.ts
4
-
5
- /read testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/tests.json
6
- /read testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/console_log.txt
7
- /read testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/type_errors.txt
8
- /read testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/lint_errors.json
@@ -1,32 +0,0 @@
1
- /Users/adam/Code/testeranto/src/lib/basebuilder.ts (85,15): This expression is not callable.
2
- Not all constituents of type 'void | ((fPath: string, value: string | Buffer<ArrayBufferLike> | PassThrough) => void)' are callable.
3
- Type 'void' has no call signatures.
4
- /Users/adam/Code/testeranto/src/lib/classBuilder.ts (90,18): A spread argument must either have a tuple type or be passed to a rest parameter.
5
- /Users/adam/Code/testeranto/src/lib/classBuilder.ts (105,28): A spread argument must either have a tuple type or be passed to a rest parameter.
6
- /Users/adam/Code/testeranto/src/lib/index.ts (22,3): Type '(subject: T["isubject"], initialValues: T["iinitialValues"], x: unknown, testResource: ITTestResourceConfiguration, pm: IPM) => Promise<T["isubject"]>' is not assignable to type '(subject: T["isubject"], initializer: (c?: any) => T["given"], testResource: ITTestResourceConfiguration, initialValues: any, pm: IPM) => Promise<...>'.
7
- Types of parameters 'initialValues' and 'initializer' are incompatible.
8
- Type '(c?: any) => T["given"]' is not assignable to type 'T["iinitialValues"]'.
9
- 'T["iinitialValues"]' could be instantiated with an arbitrary type which could be unrelated to '(c?: any) => T["given"]'.
10
- /Users/adam/Code/testeranto/src/lib/index.ts (24,20): Type '"iinitialValues"' cannot be used to index type 'T'.
11
- /Users/adam/Code/testeranto/src/lib/index.ts (46,13): This expression is not callable.
12
- Type 'unknown' has no call signatures.
13
- /Users/adam/Code/testeranto/src/lib/index.ts (58,3): Type '{ assertThis?: ((x: T["then"]) => any) | undefined; andWhen?: ((store: T["istore"], whenCB: T["when"], testResource: ITTestResourceConfiguration, pm: IPM) => Promise<T["istore"]>) | undefined; ... 4 more ...; beforeEach?: ((subject: T["isubject"], initializer: (c?: any) => T["given"], testResource: ITTestResourceCon...' is not assignable to type 'ITestInterface<T>'.
14
- Types of property 'assertThis' are incompatible.
15
- Type '((x: T["then"]) => any) | undefined' is not assignable to type '(x: T["then"]) => any'.
16
- Type 'undefined' is not assignable to type '(x: T["then"]) => any'.
17
- /Users/adam/Code/testeranto/src/Node.ts (34,7): Argument of type 'ITestImplementation<I, O, M>' is not assignable to parameter of type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; checks: TestCheckImplementation<...>; }, keyof M> & M & { ...; }'.
18
- Type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; checks: TestCheckImplementation<...>; }, keyof M>' is missing the following properties from type '{ suites: Record<string, any>; givens: Record<string, any>; whens: Record<string, any>; thens: Record<string, any>; checks: Record<string, any>; }': suites, givens, whens, thens, checks
19
- /Users/adam/Code/testeranto/src/Node.ts (58,26): Cannot find name 'INodeTestInterface'. Did you mean 'ITestInterface'?
20
- /Users/adam/Code/testeranto/src/PM/__tests__/pureSidecar.testeranto.ts (58,43): Cannot find name 'I'.
21
- /Users/adam/Code/testeranto/src/PM/__tests__/pureSidecar.testeranto.ts (59,13): Type '(x: any) => any' is not assignable to type 'string'.
22
- /Users/adam/Code/testeranto/src/PM/__tests__/pureSidecar.testeranto.ts (74,7): Type '(event: string, callback: Function) => void' is not assignable to type '{ (event: "beforeExit", listener: BeforeExitListener): Process; (event: "disconnect", listener: DisconnectListener): Process; (event: "exit", listener: ExitListener): Process; (event: "rejectionHandled", listener: RejectionHandledListener): Process; (event: "uncaughtException", listener: UncaughtExceptionListener): ...'.
23
- Type 'void' is not assignable to type 'Process'.
24
- /Users/adam/Code/testeranto/src/PM/__tests__/pureSidecar.testeranto.ts (93,29): Variable 'callbackFn' is used before being assigned.
25
- /Users/adam/Code/testeranto/src/PM/__tests__/pureSidecar.testeranto.ts (99,35): Type 'boolean' is not assignable to type 'Process'.
26
- /Users/adam/Code/testeranto/src/PM/__tests__/pureSidecar.testeranto.ts (100,38): Type 'boolean' is not assignable to type 'Process'.
27
- /Users/adam/Code/testeranto/src/PM/__tests__/pureSidecar.testeranto.ts (115,18): Property 'removeListenerCalled' does not exist on type 'PM'.
28
- /Users/adam/Code/testeranto/src/PM/__tests__/pureSidecar.testeranto.ts (125,22): Cannot find name 'IPartialNodeInterface'.
29
- /Users/adam/Code/testeranto/src/PM/__tests__/pureSidecar.testeranto.ts (125,44): Cannot find name 'I'.
30
- /Users/adam/Code/testeranto/src/PM/web.ts (56,12): Cannot find name 'opts'.
31
- /Users/adam/Code/testeranto/src/PM/web.ts (57,57): Cannot find name 'opts'.
32
- /Users/adam/Code/testeranto/src/PM/web.ts (59,7): Cannot find name 'page'. Did you mean the instance member 'this.page'?
@@ -1,21 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html lang="en">
4
-
5
- <head>
6
- <meta name="description" content="Webpage description goes here" />
7
- <base href="undefined" target="_blank">
8
- <meta charset="utf-8" />
9
- <title>allTests - testeranto</title>
10
- <meta name="viewport" content="width=device-width, initial-scale=1" />
11
- <meta name="author" content="" />
12
-
13
- <link rel="stylesheet" href="./testeranto/TestReport.css" />
14
- <script src="./testeranto/TestReport.js"></script>
15
-
16
- </head>
17
-
18
- <body>
19
- <div id="root"/>
20
- </body>
21
-
@@ -1,80 +0,0 @@
1
- [
2
- {
3
- "filePath": "/Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts",
4
- "messages": [
5
- {
6
- "ruleId": "@typescript-eslint/no-unsafe-function-type",
7
- "severity": 2,
8
- "message": "The `Function` type accepts any function-like value.\nPrefer explicitly defining any function parameters and return type.",
9
- "line": 73,
10
- "column": 23,
11
- "nodeType": "Identifier",
12
- "messageId": "bannedFunctionType",
13
- "endLine": 73,
14
- "endColumn": 31
15
- },
16
- {
17
- "ruleId": "@typescript-eslint/no-unsafe-function-type",
18
- "severity": 2,
19
- "message": "The `Function` type accepts any function-like value.\nPrefer explicitly defining any function parameters and return type.",
20
- "line": 74,
21
- "column": 46,
22
- "nodeType": "Identifier",
23
- "messageId": "bannedFunctionType",
24
- "endLine": 74,
25
- "endColumn": 54
26
- },
27
- {
28
- "ruleId": "@typescript-eslint/no-unused-vars",
29
- "severity": 2,
30
- "message": "'data' is defined but never used.",
31
- "line": 87,
32
- "column": 31,
33
- "nodeType": null,
34
- "messageId": "unusedVar",
35
- "endLine": 87,
36
- "endColumn": 35
37
- },
38
- {
39
- "ruleId": "@typescript-eslint/no-unused-vars",
40
- "severity": 2,
41
- "message": "'testResource' is defined but never used.",
42
- "line": 126,
43
- "column": 44,
44
- "nodeType": null,
45
- "messageId": "unusedVar",
46
- "endLine": 126,
47
- "endColumn": 56
48
- },
49
- {
50
- "ruleId": "@typescript-eslint/no-unused-vars",
51
- "severity": 2,
52
- "message": "'initialValues' is defined but never used.",
53
- "line": 126,
54
- "column": 58,
55
- "nodeType": null,
56
- "messageId": "unusedVar",
57
- "endLine": 126,
58
- "endColumn": 71
59
- },
60
- {
61
- "ruleId": "@typescript-eslint/no-unused-vars",
62
- "severity": 2,
63
- "message": "'pm' is defined but never used.",
64
- "line": 126,
65
- "column": 73,
66
- "nodeType": null,
67
- "messageId": "unusedVar",
68
- "endLine": 126,
69
- "endColumn": 75
70
- }
71
- ],
72
- "suppressedMessages": [],
73
- "errorCount": 6,
74
- "fatalErrorCount": 0,
75
- "warningCount": 0,
76
- "fixableErrorCount": 0,
77
- "fixableWarningCount": 0,
78
- "usedDeprecatedRules": []
79
- }
80
- ]
@@ -1 +0,0 @@
1
- Fix the failing tests described in testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/tests.json and testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/console_log.txt. DO NOT refactor beyond what is necessary. Always prefer minimal changes, focusing mostly on keeping the BDD tests passing
@@ -1,8 +0,0 @@
1
-
2
- /add src/PM/webSidecar.ts
3
- /add src/PM/__tests__/webSidecar.testeranto.ts
4
-
5
- /read testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/tests.json
6
- /read testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/console_log.txt
7
- /read testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/type_errors.txt
8
- /read testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/lint_errors.json
@@ -1,32 +0,0 @@
1
- /Users/adam/Code/testeranto/src/lib/basebuilder.ts (85,15): This expression is not callable.
2
- Not all constituents of type 'void | ((fPath: string, value: string | Buffer<ArrayBufferLike> | PassThrough) => void)' are callable.
3
- Type 'void' has no call signatures.
4
- /Users/adam/Code/testeranto/src/lib/classBuilder.ts (90,18): A spread argument must either have a tuple type or be passed to a rest parameter.
5
- /Users/adam/Code/testeranto/src/lib/classBuilder.ts (105,28): A spread argument must either have a tuple type or be passed to a rest parameter.
6
- /Users/adam/Code/testeranto/src/lib/index.ts (22,3): Type '(subject: T["isubject"], initialValues: T["iinitialValues"], x: unknown, testResource: ITTestResourceConfiguration, pm: IPM) => Promise<T["isubject"]>' is not assignable to type '(subject: T["isubject"], initializer: (c?: any) => T["given"], testResource: ITTestResourceConfiguration, initialValues: any, pm: IPM) => Promise<...>'.
7
- Types of parameters 'initialValues' and 'initializer' are incompatible.
8
- Type '(c?: any) => T["given"]' is not assignable to type 'T["iinitialValues"]'.
9
- 'T["iinitialValues"]' could be instantiated with an arbitrary type which could be unrelated to '(c?: any) => T["given"]'.
10
- /Users/adam/Code/testeranto/src/lib/index.ts (24,20): Type '"iinitialValues"' cannot be used to index type 'T'.
11
- /Users/adam/Code/testeranto/src/lib/index.ts (46,13): This expression is not callable.
12
- Type 'unknown' has no call signatures.
13
- /Users/adam/Code/testeranto/src/lib/index.ts (58,3): Type '{ assertThis?: ((x: T["then"]) => any) | undefined; andWhen?: ((store: T["istore"], whenCB: T["when"], testResource: ITTestResourceConfiguration, pm: IPM) => Promise<T["istore"]>) | undefined; ... 4 more ...; beforeEach?: ((subject: T["isubject"], initializer: (c?: any) => T["given"], testResource: ITTestResourceCon...' is not assignable to type 'ITestInterface<T>'.
14
- Types of property 'assertThis' are incompatible.
15
- Type '((x: T["then"]) => any) | undefined' is not assignable to type '(x: T["then"]) => any'.
16
- Type 'undefined' is not assignable to type '(x: T["then"]) => any'.
17
- /Users/adam/Code/testeranto/src/Node.ts (34,7): Argument of type 'ITestImplementation<I, O, M>' is not assignable to parameter of type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; checks: TestCheckImplementation<...>; }, keyof M> & M & { ...; }'.
18
- Type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; checks: TestCheckImplementation<...>; }, keyof M>' is missing the following properties from type '{ suites: Record<string, any>; givens: Record<string, any>; whens: Record<string, any>; thens: Record<string, any>; checks: Record<string, any>; }': suites, givens, whens, thens, checks
19
- /Users/adam/Code/testeranto/src/Node.ts (58,26): Cannot find name 'INodeTestInterface'. Did you mean 'ITestInterface'?
20
- /Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (58,43): Cannot find name 'I'.
21
- /Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (59,13): Type '(x: any) => any' is not assignable to type 'string'.
22
- /Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (74,7): Type '(event: string, callback: Function) => void' is not assignable to type '{ (event: "beforeExit", listener: BeforeExitListener): Process; (event: "disconnect", listener: DisconnectListener): Process; (event: "exit", listener: ExitListener): Process; (event: "rejectionHandled", listener: RejectionHandledListener): Process; (event: "uncaughtException", listener: UncaughtExceptionListener): ...'.
23
- Type 'void' is not assignable to type 'Process'.
24
- /Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (93,29): Variable 'callbackFn' is used before being assigned.
25
- /Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (99,35): Type 'boolean' is not assignable to type 'Process'.
26
- /Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (100,38): Type 'boolean' is not assignable to type 'Process'.
27
- /Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (115,18): Property 'removeListenerCalled' does not exist on type 'PM'.
28
- /Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (125,22): Cannot find name 'IPartialNodeInterface'.
29
- /Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (125,44): Cannot find name 'I'.
30
- /Users/adam/Code/testeranto/src/PM/web.ts (56,12): Cannot find name 'opts'.
31
- /Users/adam/Code/testeranto/src/PM/web.ts (57,57): Cannot find name 'opts'.
32
- /Users/adam/Code/testeranto/src/PM/web.ts (59,7): Cannot find name 'page'. Did you mean the instance member 'this.page'?
@@ -1,17 +0,0 @@
1
- stderr > file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/Pure.test.mjs:212
2
- Then.initializedProperly(),
3
- ^
4
-
5
- TypeError: Then.initializedProperly is not a function
6
- at specification (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/Pure.test.mjs:212:14)
7
- at new BaseBuilder (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:402:18)
8
- at new ClassBuilder (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:560:5)
9
- at new TesterantoCore (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:697:5)
10
- at new PureTesteranto (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-KYSOR62N.mjs:139:5)
11
- at Pure_default (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-KYSOR62N.mjs:156:10)
12
- at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/Pure.test.mjs:252:25
13
- at ModuleJob.run (node:internal/modules/esm/module_job:192:25)
14
- at async DefaultModuleLoader.import (node:internal/modules/esm/loader:228:24)
15
- at async loadESM (node:internal/process/esm_loader:40:7)
16
-
17
- Node.js v20.4.0
@@ -1,21 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html lang="en">
4
-
5
- <head>
6
- <meta name="description" content="Webpage description goes here" />
7
- <base href="undefined" target="_blank">
8
- <meta charset="utf-8" />
9
- <title>allTests - testeranto</title>
10
- <meta name="viewport" content="width=device-width, initial-scale=1" />
11
- <meta name="author" content="" />
12
-
13
- <link rel="stylesheet" href="./testeranto/TestReport.css" />
14
- <script src="./testeranto/TestReport.js"></script>
15
-
16
- </head>
17
-
18
- <body>
19
- <div id="root"/>
20
- </body>
21
-
@@ -1,134 +0,0 @@
1
- [
2
- {
3
- "filePath": "/Users/adam/Code/testeranto/src/Pure.test.ts",
4
- "messages": [
5
- {
6
- "ruleId": "@typescript-eslint/no-explicit-any",
7
- "severity": 2,
8
- "message": "Unexpected any. Specify a different type.",
9
- "line": 22,
10
- "column": 26,
11
- "nodeType": "TSAnyKeyword",
12
- "messageId": "unexpectedAny",
13
- "endLine": 22,
14
- "endColumn": 29,
15
- "suggestions": [
16
- {
17
- "messageId": "suggestUnknown",
18
- "fix": {
19
- "range": [
20
- 716,
21
- 719
22
- ],
23
- "text": "unknown"
24
- },
25
- "desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
26
- },
27
- {
28
- "messageId": "suggestNever",
29
- "fix": {
30
- "range": [
31
- 716,
32
- 719
33
- ],
34
- "text": "never"
35
- },
36
- "desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
37
- }
38
- ]
39
- },
40
- {
41
- "ruleId": "@typescript-eslint/no-unused-vars",
42
- "severity": 2,
43
- "message": "'result' is assigned a value but never used.",
44
- "line": 91,
45
- "column": 13,
46
- "nodeType": null,
47
- "messageId": "unusedVar",
48
- "endLine": 91,
49
- "endColumn": 19
50
- },
51
- {
52
- "ruleId": "@typescript-eslint/no-unused-vars",
53
- "severity": 2,
54
- "message": "'Check' is defined but never used.",
55
- "line": 141,
56
- "column": 50,
57
- "nodeType": null,
58
- "messageId": "unusedVar",
59
- "endLine": 141,
60
- "endColumn": 55
61
- },
62
- {
63
- "ruleId": "@typescript-eslint/no-unused-vars",
64
- "severity": 2,
65
- "message": "'input' is defined but never used.",
66
- "line": 289,
67
- "column": 21,
68
- "nodeType": null,
69
- "messageId": "unusedVar",
70
- "endLine": 289,
71
- "endColumn": 26
72
- },
73
- {
74
- "ruleId": "@typescript-eslint/no-unused-vars",
75
- "severity": 2,
76
- "message": "'testResource' is defined but never used.",
77
- "line": 289,
78
- "column": 28,
79
- "nodeType": null,
80
- "messageId": "unusedVar",
81
- "endLine": 289,
82
- "endColumn": 40
83
- },
84
- {
85
- "ruleId": "@typescript-eslint/no-empty-object-type",
86
- "severity": 2,
87
- "message": "The `{}` (\"empty object\") type allows any non-nullish value, including literals like `0` and `\"\"`.\n- If that's what you want, disable this lint rule with an inline comment or configure the 'allowObjectTypes' rule option.\n- If you want a type meaning \"any object\", you probably want `object` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.",
88
- "line": 294,
89
- "column": 45,
90
- "nodeType": "TSTypeLiteral",
91
- "messageId": "noEmptyObject",
92
- "endLine": 294,
93
- "endColumn": 47,
94
- "suggestions": [
95
- {
96
- "messageId": "replaceEmptyObjectType",
97
- "data": {
98
- "replacement": "object"
99
- },
100
- "fix": {
101
- "range": [
102
- 8658,
103
- 8660
104
- ],
105
- "text": "object"
106
- },
107
- "desc": "Replace `{}` with `object`."
108
- },
109
- {
110
- "messageId": "replaceEmptyObjectType",
111
- "data": {
112
- "replacement": "unknown"
113
- },
114
- "fix": {
115
- "range": [
116
- 8658,
117
- 8660
118
- ],
119
- "text": "unknown"
120
- },
121
- "desc": "Replace `{}` with `unknown`."
122
- }
123
- ]
124
- }
125
- ],
126
- "suppressedMessages": [],
127
- "errorCount": 6,
128
- "fatalErrorCount": 0,
129
- "warningCount": 0,
130
- "fixableErrorCount": 0,
131
- "fixableWarningCount": 0,
132
- "usedDeprecatedRules": []
133
- }
134
- ]
@@ -1 +0,0 @@
1
- Fix the failing tests described in testeranto/reports/allTests/src/Pure.test/node/tests.json and testeranto/reports/allTests/src/Pure.test/node/console_log.txt. DO NOT refactor beyond what is necessary. Always prefer minimal changes, focusing mostly on keeping the BDD tests passing