testeranto 0.143.0 → 0.146.1
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.
- package/.aider.chat.history.md +1833 -0
- package/.aider.input.history +105 -0
- package/.aider.tags.cache.v3/{be/72/19ee8e656d160afe9b31523245fe.val → 06/1a/1ec9fd1f595d4b36094caef45894.val} +0 -0
- package/.aider.tags.cache.v3/{63/f1/138061b0aadb868173d197c2a0e0.val → 0f/f6/f42b5108253d75de3cb6286df7f6.val} +0 -0
- package/.aider.tags.cache.v3/cache.db +0 -0
- package/README.md +22 -23
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/docs/index.md +45 -33
- package/package.json +1 -1
- package/src/Node.ts +17 -13
- package/src/PM/PM_WithEslintAndTsc.ts +71 -69
- package/src/PM/main.ts +182 -92
- package/src/PM/node.ts +1 -15
- package/src/PM/nodeSidecar.ts +0 -1
- package/src/Pure.ts +20 -2
- package/src/Types.ts +5 -5
- package/src/Web.ts +1 -1
- package/src/build.ts +0 -1
- package/src/esbuildConfigs/consoleDetectorPlugin.ts +28 -14
- package/src/esbuildConfigs/nativeImportDetectorPlugin.ts +26 -0
- package/src/esbuildConfigs/pure.ts +3 -1
- package/src/esbuildConfigs/rebuildPlugin.ts +1 -4
- package/src/lib/BaseSuite.test/node.test.ts +12 -0
- package/src/lib/BaseSuite.test/pure.test.ts +12 -0
- package/src/lib/{BaseSuite.test.ts → BaseSuite.test/test.ts} +20 -30
- package/src/lib/BaseSuite.test/web.test.ts +12 -0
- package/src/lib/BaseSuite.ts +17 -15
- package/src/lib/abstractBase.ts +0 -2
- package/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts +2 -1
- package/src/lib/baseBuilder.test/baseBuilder.test.node.ts +14 -0
- package/src/lib/baseBuilder.test/baseBuilder.test.pure.ts +14 -0
- package/src/lib/baseBuilder.test/{baseBuilder.test.ts → baseBuilder.test.web.ts} +2 -1
- package/src/lib/basebuilder.ts +2 -1
- package/src/lib/classBuilder.test/classBuilder.test.implementation.ts +6 -2
- package/src/lib/classBuilder.test/classBuilder.test.interface.ts +1 -0
- package/src/lib/classBuilder.test/classBuilder.test.specification.ts +5 -4
- package/src/lib/classBuilder.test/classBuilder.test.types.ts +17 -5
- package/src/lib/core.ts +0 -10
- package/src/lib/pmProxy.test/interface.ts +0 -1
- package/src/run.ts +7 -7
- package/testeranto/bundles/node/allTests/{chunk-RX4SUFXQ.mjs → chunk-NQBTLMSG.mjs} +15 -12
- package/testeranto/bundles/node/allTests/{chunk-UED26IMH.mjs → chunk-RF3LIUSG.mjs} +196 -233
- package/testeranto/bundles/node/allTests/{chunk-KYSOR62N.mjs → chunk-YZWFKYY3.mjs} +6 -2
- package/testeranto/bundles/node/allTests/metafile.json +294 -4083
- package/testeranto/bundles/node/allTests/src/lib/{BaseSuite.test.mjs → BaseSuite.test/node.test.mjs} +9 -7
- package/testeranto/bundles/node/allTests/src/lib/baseBuilder.test/{baseBuilder.test.mjs → baseBuilder.test.node.mjs} +8 -8
- package/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs +8 -6
- package/testeranto/bundles/node/allTests/src/lib/core.test/core.test.mjs +2 -2
- package/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs +114 -6
- package/testeranto/bundles/{node/allTests/chunk-2FXOXAKZ.mjs → pure/allTests/chunk-W22WOQNK.mjs} +377 -256
- package/testeranto/bundles/pure/allTests/metafile.json +732 -3
- package/testeranto/bundles/{node → pure}/allTests/src/Pure.test.mjs +113 -5
- package/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs +323 -0
- package/testeranto/bundles/pure/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure.mjs +224 -0
- package/testeranto/bundles/{node/allTests/chunk-DWKHII32.mjs → web/allTests/chunk-FIZ3WLUB.mjs} +439 -296
- package/testeranto/bundles/web/allTests/metafile.json +1133 -2
- package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.html +19 -0
- package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.mjs +322 -0
- package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.html +19 -0
- package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.mjs +10964 -0
- package/testeranto/index.html +1 -1
- package/testeranto/reports/allTests/config.json +25 -25
- package/testeranto/reports/allTests/index.html +1 -1
- package/testeranto/reports/allTests/src/{PM/__tests__/webSidecar.testeranto/node → Pure.test/pure}/index.html +1 -1
- package/testeranto/reports/allTests/src/Pure.test/pure/lint_errors.json +1539 -0
- package/testeranto/reports/allTests/src/Pure.test/pure/logs.txt +11 -0
- package/testeranto/reports/allTests/src/Pure.test/pure/message +1 -0
- package/testeranto/reports/allTests/src/Pure.test/pure/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/Pure.test/{node → pure}/type_errors.txt +15 -5
- package/testeranto/reports/allTests/src/{Pure.test → lib/BaseSuite.test/node.test}/node/index.html +1 -1
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/lint_errors.json +620 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/logs.txt +12 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/message +1 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/type_errors.txt +94 -0
- package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node → lib/BaseSuite.test/pure.test/pure}/index.html +1 -1
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/lint_errors.json +620 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/logs.txt +11 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/message +1 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/type_errors.txt +104 -0
- package/testeranto/reports/allTests/src/{PM/__tests__/pureSidecar.testeranto/node → lib/BaseSuite.test/web.test/web}/index.html +1 -1
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/{node → web.test/web}/lint_errors.json +119 -107
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/logs.txt +10 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/message +1 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/type_errors.txt +95 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/index.html +21 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/lint_errors.json +966 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/message +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/prompt.txt +11 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test → baseBuilder.test.node}/node/type_errors.txt +22 -17
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/bdd_errors.txt +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/index.html +21 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/lint_errors.json +966 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/message +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/prompt.txt +11 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/tests.json +57 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/type_errors.txt +57 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/bdd_errors.txt +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/index.html +21 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test/node → baseBuilder.test.web/web}/lint_errors.json +61 -61
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/message +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test/node → baseBuilder.test.web/web}/prompt.txt +6 -6
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/tests.json +57 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/type_errors.txt +48 -0
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/index.html +1 -1
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/lint_errors.json +106 -86
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt +12 -0
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/message +1 -1
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/prompt.txt +2 -2
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/type_errors.txt +26 -38
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/index.html +1 -1
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/{console_log.txt → logs.txt} +8 -8
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/message +1 -1
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/prompt.txt +1 -1
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/type_errors.txt +12 -1
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/index.html +1 -1
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/lint_errors.json +1413 -8
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/logs.txt +30 -0
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/message +1 -1
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/prompt.txt +2 -1
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/type_errors.txt +5 -5
- package/testeranto/reports/allTests/summary.json +48 -83
- package/testeranto.config.ts +32 -24
- package/tsc.log +273 -27
- package/.aider.tags.cache.v3/cache.db-shm +0 -0
- package/.aider.tags.cache.v3/cache.db-wal +0 -0
- package/testeranto/bundles/node/allTests/chunk-4PJCC2XT.mjs +0 -1039
- package/testeranto/bundles/node/allTests/chunk-5MQGD4WC.mjs +0 -251
- package/testeranto/bundles/node/allTests/chunk-6CGAD2FD.mjs +0 -800
- package/testeranto/bundles/node/allTests/chunk-PG6KUKNP.mjs +0 -44
- package/testeranto/bundles/node/allTests/chunk-PRPFVO6G.mjs +0 -251
- package/testeranto/bundles/node/allTests/chunk-VAAIAWXC.mjs +0 -117
- package/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs +0 -251
- package/testeranto/bundles/node/allTests/chunk-YI3EGRMQ.mjs +0 -167
- package/testeranto/bundles/node/allTests/src/PM/__tests__/nodeSidecar.testeranto.mjs +0 -188
- package/testeranto/bundles/node/allTests/src/PM/__tests__/pureSidecar.testeranto.mjs +0 -157
- package/testeranto/bundles/node/allTests/src/PM/__tests__/webSidecar.testeranto.mjs +0 -157
- package/testeranto/bundles/node/allTests/src/mothership/test.mjs +0 -24413
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/lint_errors.json +0 -80
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/message +0 -1
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/prompt.txt +0 -8
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/type_errors.txt +0 -28
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/lint_errors.json +0 -80
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/message +0 -1
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/prompt.txt +0 -8
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/type_errors.txt +0 -32
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/lint_errors.json +0 -80
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/message +0 -1
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/prompt.txt +0 -8
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/type_errors.txt +0 -32
- package/testeranto/reports/allTests/src/Pure.test/node/console_log.txt +0 -17
- package/testeranto/reports/allTests/src/Pure.test/node/lint_errors.json +0 -134
- package/testeranto/reports/allTests/src/Pure.test/node/message +0 -1
- package/testeranto/reports/allTests/src/Pure.test/node/prompt.txt +0 -7
- package/testeranto/reports/allTests/src/lib/BaseGiven.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/console_log.txt +0 -35
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/message +0 -1
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/prompt.txt +0 -7
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/type_errors.txt +0 -93
- package/testeranto/reports/allTests/src/lib/BaseThen.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/BaseWhen.test/node/dev.html +0 -21
- package/testeranto/reports/allTests/src/lib/BaseWhen.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/abstractBase/index/node/dev.html +0 -21
- package/testeranto/reports/allTests/src/lib/abstractBase/index/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/baseBuilder/baseBuilder.test/node/dev.html +0 -21
- package/testeranto/reports/allTests/src/lib/baseBuilder/baseBuilder.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/console_log.txt +0 -12
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/dev.html +0 -21
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/message +0 -1
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/console_log.txt +0 -17
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/console_log.txt +0 -43
- package/testeranto/reports/allTests/src/mothership/test/node/console_log.txt +0 -44
- package/testeranto/reports/allTests/src/mothership/test/node/dev.html +0 -21
- package/testeranto/reports/allTests/src/mothership/test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/mothership/test/node/lint_errors.json +0 -1
- package/testeranto/reports/allTests/src/mothership/test/node/message +0 -1
- package/testeranto/reports/allTests/src/mothership/test/node/prompt.txt +0 -8
- package/testeranto/reports/allTests/src/mothership/test/node/type_errors.txt +0 -24
- package/testeranto/reportsnode_build_errors +0 -12
- /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node → Pure.test/pure}/dev.html +0 -0
- /package/testeranto/reports/allTests/src/{PM/__tests__/pureSidecar.testeranto → lib/BaseSuite.test/node.test}/node/dev.html +0 -0
- /package/testeranto/reports/allTests/src/{PM/__tests__/webSidecar.testeranto/node → lib/BaseSuite.test/pure.test/pure}/dev.html +0 -0
- /package/testeranto/reports/allTests/src/{Pure.test/node → lib/BaseSuite.test/web.test/web}/dev.html +0 -0
- /package/testeranto/reports/allTests/src/lib/{BaseGiven.test → baseBuilder.test/baseBuilder.test.node}/node/dev.html +0 -0
- /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node/console_log.txt → lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt} +0 -0
- /package/testeranto/reports/allTests/src/lib/{BaseSuite.test/node → baseBuilder.test/baseBuilder.test.pure/pure}/dev.html +0 -0
- /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node → lib/baseBuilder.test/baseBuilder.test.pure/pure}/log.txt +0 -0
- /package/testeranto/reports/allTests/src/lib/{BaseThen.test/node → baseBuilder.test/baseBuilder.test.web/web}/dev.html +0 -0
- /package/testeranto/reports/allTests/src/lib/{BaseSuite.test/node → baseBuilder.test/baseBuilder.test.web/web}/log.txt +0 -0
- /package/testeranto/reports/allTests/src/{mothership/test/node/log.txt → lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt} +0 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts (19,5): Type '() => TestBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' is not assignable to type '() => () => BaseBuilder<any, any, any, any, any, any>'.
|
|
2
|
+
Type 'TestBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' is not assignable to type '() => BaseBuilder<any, any, any, any, any, any>'.
|
|
3
|
+
Type 'TestBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' provides no match for the signature '(): BaseBuilder<any, any, any, any, any, any>'.
|
|
4
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts (27,11): Type 'never[]' is not assignable to type 'number'.
|
|
5
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts (39,11): Type 'never[]' is not assignable to type 'number'.
|
|
6
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts (62,25): Cannot find name 'ITestJob'.
|
|
7
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts (69,32): Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
|
|
8
|
+
Type 'TestSubject' is not assignable to type '(store: any) => any'.
|
|
9
|
+
Type 'TestBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
|
|
10
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts (75,27): Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
|
|
11
|
+
Type 'TestSubject' is not assignable to type '(store: any) => any'.
|
|
12
|
+
Type 'TestBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
|
|
13
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts (81,24): Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
|
|
14
|
+
Type 'TestSubject' is not assignable to type '(store: any) => any'.
|
|
15
|
+
Type 'TestBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
|
|
16
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts (132,20): Type 'PassThrough' is not assignable to type '() => BaseBuilder<any, any, any, any, any, any>'.
|
|
17
|
+
Type 'Transform' provides no match for the signature '(): BaseBuilder<any, any, any, any, any, any>'.
|
|
18
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.interface.ts (5,14): Property 'beforeAll' is missing in type '{ beforeEach: (subject: BaseBuilder<any, any, any, any, any, any>, initializer: (c?: any) => () => BaseBuilder<any, any, any, any, any, any>) => Promise<() => BaseBuilder<any, any, any, any, any, any>>; ... 4 more ...; assertThis: (x: any) => void; }' but required in type 'ITestInterface<I>'.
|
|
19
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.interface.ts (10,26): Expected 1 arguments, but got 2.
|
|
20
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.interface.ts (13,26): Expected 1 arguments, but got 2.
|
|
21
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.types.ts (7,3): Cannot find name 'BaseBuilder'.
|
|
22
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.types.ts (8,3): Cannot find name 'BaseBuilder'.
|
|
23
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.types.ts (9,3): Cannot find name 'BaseBuilder'.
|
|
24
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/baseBuilder.test.types.ts (10,9): Cannot find name 'BaseBuilder'.
|
|
25
|
+
/Users/adam/Code/testeranto/src/lib/baseBuilder.test/TestBaseBuilder.ts (44,56): Type 'never[]' is not assignable to type 'number'.
|
|
26
|
+
/Users/adam/Code/testeranto/src/lib/basebuilder.ts (85,15): This expression is not callable.
|
|
27
|
+
Not all constituents of type 'void | ((fPath: string, value: string | Buffer<ArrayBufferLike> | PassThrough) => void)' are callable.
|
|
28
|
+
Type 'void' has no call signatures.
|
|
29
|
+
/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.
|
|
30
|
+
/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.
|
|
31
|
+
/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<...>'.
|
|
32
|
+
Types of parameters 'initialValues' and 'initializer' are incompatible.
|
|
33
|
+
Type '(c?: any) => T["given"]' is not assignable to type 'T["iinitialValues"]'.
|
|
34
|
+
'T["iinitialValues"]' could be instantiated with an arbitrary type which could be unrelated to '(c?: any) => T["given"]'.
|
|
35
|
+
/Users/adam/Code/testeranto/src/lib/index.ts (24,20): Type '"iinitialValues"' cannot be used to index type 'T'.
|
|
36
|
+
/Users/adam/Code/testeranto/src/lib/index.ts (46,13): This expression is not callable.
|
|
37
|
+
Type 'unknown' has no call signatures.
|
|
38
|
+
/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>'.
|
|
39
|
+
Types of property 'assertThis' are incompatible.
|
|
40
|
+
Type '((x: T["then"]) => any) | undefined' is not assignable to type '(x: T["then"]) => any'.
|
|
41
|
+
Type 'undefined' is not assignable to type '(x: T["then"]) => any'.
|
|
42
|
+
/Users/adam/Code/testeranto/src/PM/web.ts (56,12): Cannot find name 'opts'.
|
|
43
|
+
/Users/adam/Code/testeranto/src/PM/web.ts (57,57): Cannot find name 'opts'.
|
|
44
|
+
/Users/adam/Code/testeranto/src/PM/web.ts (59,7): Cannot find name 'page'. Did you mean the instance member 'this.page'?
|
|
45
|
+
/Users/adam/Code/testeranto/src/Web.ts (40,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 & { ...; }'.
|
|
46
|
+
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
|
|
47
|
+
/Users/adam/Code/testeranto/src/Web.ts (48,14): Expected 0 arguments, but got 1.
|
|
48
|
+
/Users/adam/Code/testeranto/src/Web.ts (67,14): Expected 0 arguments, but got 1.
|
package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
<head>
|
|
6
6
|
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="
|
|
7
|
+
<base href="https://adamwong246.github.io/testeranto" target="_blank">
|
|
8
8
|
<meta charset="utf-8" />
|
|
9
9
|
<title>allTests - testeranto</title>
|
|
10
10
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
@@ -298,19 +298,19 @@
|
|
|
298
298
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
299
299
|
"severity": 2,
|
|
300
300
|
"message": "Unexpected any. Specify a different type.",
|
|
301
|
-
"line":
|
|
301
|
+
"line": 30,
|
|
302
302
|
"column": 30,
|
|
303
303
|
"nodeType": "TSAnyKeyword",
|
|
304
304
|
"messageId": "unexpectedAny",
|
|
305
|
-
"endLine":
|
|
305
|
+
"endLine": 30,
|
|
306
306
|
"endColumn": 33,
|
|
307
307
|
"suggestions": [
|
|
308
308
|
{
|
|
309
309
|
"messageId": "suggestUnknown",
|
|
310
310
|
"fix": {
|
|
311
311
|
"range": [
|
|
312
|
-
|
|
313
|
-
|
|
312
|
+
989,
|
|
313
|
+
992
|
|
314
314
|
],
|
|
315
315
|
"text": "unknown"
|
|
316
316
|
},
|
|
@@ -320,8 +320,8 @@
|
|
|
320
320
|
"messageId": "suggestNever",
|
|
321
321
|
"fix": {
|
|
322
322
|
"range": [
|
|
323
|
-
|
|
324
|
-
|
|
323
|
+
989,
|
|
324
|
+
992
|
|
325
325
|
],
|
|
326
326
|
"text": "never"
|
|
327
327
|
},
|
|
@@ -333,19 +333,19 @@
|
|
|
333
333
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
334
334
|
"severity": 2,
|
|
335
335
|
"message": "Unexpected any. Specify a different type.",
|
|
336
|
-
"line":
|
|
336
|
+
"line": 56,
|
|
337
337
|
"column": 58,
|
|
338
338
|
"nodeType": "TSAnyKeyword",
|
|
339
339
|
"messageId": "unexpectedAny",
|
|
340
|
-
"endLine":
|
|
340
|
+
"endLine": 56,
|
|
341
341
|
"endColumn": 61,
|
|
342
342
|
"suggestions": [
|
|
343
343
|
{
|
|
344
344
|
"messageId": "suggestUnknown",
|
|
345
345
|
"fix": {
|
|
346
346
|
"range": [
|
|
347
|
-
|
|
348
|
-
|
|
347
|
+
1575,
|
|
348
|
+
1578
|
|
349
349
|
],
|
|
350
350
|
"text": "unknown"
|
|
351
351
|
},
|
|
@@ -355,8 +355,8 @@
|
|
|
355
355
|
"messageId": "suggestNever",
|
|
356
356
|
"fix": {
|
|
357
357
|
"range": [
|
|
358
|
-
|
|
359
|
-
|
|
358
|
+
1575,
|
|
359
|
+
1578
|
|
360
360
|
],
|
|
361
361
|
"text": "never"
|
|
362
362
|
},
|
|
@@ -368,19 +368,19 @@
|
|
|
368
368
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
369
369
|
"severity": 2,
|
|
370
370
|
"message": "Unexpected any. Specify a different type.",
|
|
371
|
-
"line":
|
|
371
|
+
"line": 56,
|
|
372
372
|
"column": 63,
|
|
373
373
|
"nodeType": "TSAnyKeyword",
|
|
374
374
|
"messageId": "unexpectedAny",
|
|
375
|
-
"endLine":
|
|
375
|
+
"endLine": 56,
|
|
376
376
|
"endColumn": 66,
|
|
377
377
|
"suggestions": [
|
|
378
378
|
{
|
|
379
379
|
"messageId": "suggestUnknown",
|
|
380
380
|
"fix": {
|
|
381
381
|
"range": [
|
|
382
|
-
|
|
383
|
-
|
|
382
|
+
1580,
|
|
383
|
+
1583
|
|
384
384
|
],
|
|
385
385
|
"text": "unknown"
|
|
386
386
|
},
|
|
@@ -390,8 +390,8 @@
|
|
|
390
390
|
"messageId": "suggestNever",
|
|
391
391
|
"fix": {
|
|
392
392
|
"range": [
|
|
393
|
-
|
|
394
|
-
|
|
393
|
+
1580,
|
|
394
|
+
1583
|
|
395
395
|
],
|
|
396
396
|
"text": "never"
|
|
397
397
|
},
|
|
@@ -403,19 +403,19 @@
|
|
|
403
403
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
404
404
|
"severity": 2,
|
|
405
405
|
"message": "Unexpected any. Specify a different type.",
|
|
406
|
-
"line":
|
|
406
|
+
"line": 69,
|
|
407
407
|
"column": 56,
|
|
408
408
|
"nodeType": "TSAnyKeyword",
|
|
409
409
|
"messageId": "unexpectedAny",
|
|
410
|
-
"endLine":
|
|
410
|
+
"endLine": 69,
|
|
411
411
|
"endColumn": 59,
|
|
412
412
|
"suggestions": [
|
|
413
413
|
{
|
|
414
414
|
"messageId": "suggestUnknown",
|
|
415
415
|
"fix": {
|
|
416
416
|
"range": [
|
|
417
|
-
|
|
418
|
-
|
|
417
|
+
1858,
|
|
418
|
+
1861
|
|
419
419
|
],
|
|
420
420
|
"text": "unknown"
|
|
421
421
|
},
|
|
@@ -425,8 +425,8 @@
|
|
|
425
425
|
"messageId": "suggestNever",
|
|
426
426
|
"fix": {
|
|
427
427
|
"range": [
|
|
428
|
-
|
|
429
|
-
|
|
428
|
+
1858,
|
|
429
|
+
1861
|
|
430
430
|
],
|
|
431
431
|
"text": "never"
|
|
432
432
|
},
|
|
@@ -438,19 +438,19 @@
|
|
|
438
438
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
439
439
|
"severity": 2,
|
|
440
440
|
"message": "Unexpected any. Specify a different type.",
|
|
441
|
-
"line":
|
|
441
|
+
"line": 69,
|
|
442
442
|
"column": 61,
|
|
443
443
|
"nodeType": "TSAnyKeyword",
|
|
444
444
|
"messageId": "unexpectedAny",
|
|
445
|
-
"endLine":
|
|
445
|
+
"endLine": 69,
|
|
446
446
|
"endColumn": 64,
|
|
447
447
|
"suggestions": [
|
|
448
448
|
{
|
|
449
449
|
"messageId": "suggestUnknown",
|
|
450
450
|
"fix": {
|
|
451
451
|
"range": [
|
|
452
|
-
|
|
453
|
-
|
|
452
|
+
1863,
|
|
453
|
+
1866
|
|
454
454
|
],
|
|
455
455
|
"text": "unknown"
|
|
456
456
|
},
|
|
@@ -460,8 +460,8 @@
|
|
|
460
460
|
"messageId": "suggestNever",
|
|
461
461
|
"fix": {
|
|
462
462
|
"range": [
|
|
463
|
-
|
|
464
|
-
|
|
463
|
+
1863,
|
|
464
|
+
1866
|
|
465
465
|
],
|
|
466
466
|
"text": "never"
|
|
467
467
|
},
|
|
@@ -473,19 +473,19 @@
|
|
|
473
473
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
474
474
|
"severity": 2,
|
|
475
475
|
"message": "Unexpected any. Specify a different type.",
|
|
476
|
-
"line":
|
|
476
|
+
"line": 85,
|
|
477
477
|
"column": 37,
|
|
478
478
|
"nodeType": "TSAnyKeyword",
|
|
479
479
|
"messageId": "unexpectedAny",
|
|
480
|
-
"endLine":
|
|
480
|
+
"endLine": 85,
|
|
481
481
|
"endColumn": 40,
|
|
482
482
|
"suggestions": [
|
|
483
483
|
{
|
|
484
484
|
"messageId": "suggestUnknown",
|
|
485
485
|
"fix": {
|
|
486
486
|
"range": [
|
|
487
|
-
|
|
488
|
-
|
|
487
|
+
2140,
|
|
488
|
+
2143
|
|
489
489
|
],
|
|
490
490
|
"text": "unknown"
|
|
491
491
|
},
|
|
@@ -495,8 +495,8 @@
|
|
|
495
495
|
"messageId": "suggestNever",
|
|
496
496
|
"fix": {
|
|
497
497
|
"range": [
|
|
498
|
-
|
|
499
|
-
|
|
498
|
+
2140,
|
|
499
|
+
2143
|
|
500
500
|
],
|
|
501
501
|
"text": "never"
|
|
502
502
|
},
|
|
@@ -508,19 +508,19 @@
|
|
|
508
508
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
509
509
|
"severity": 2,
|
|
510
510
|
"message": "Unexpected any. Specify a different type.",
|
|
511
|
-
"line":
|
|
511
|
+
"line": 89,
|
|
512
512
|
"column": 25,
|
|
513
513
|
"nodeType": "TSAnyKeyword",
|
|
514
514
|
"messageId": "unexpectedAny",
|
|
515
|
-
"endLine":
|
|
515
|
+
"endLine": 89,
|
|
516
516
|
"endColumn": 28,
|
|
517
517
|
"suggestions": [
|
|
518
518
|
{
|
|
519
519
|
"messageId": "suggestUnknown",
|
|
520
520
|
"fix": {
|
|
521
521
|
"range": [
|
|
522
|
-
|
|
523
|
-
|
|
522
|
+
2257,
|
|
523
|
+
2260
|
|
524
524
|
],
|
|
525
525
|
"text": "unknown"
|
|
526
526
|
},
|
|
@@ -530,8 +530,8 @@
|
|
|
530
530
|
"messageId": "suggestNever",
|
|
531
531
|
"fix": {
|
|
532
532
|
"range": [
|
|
533
|
-
|
|
534
|
-
|
|
533
|
+
2257,
|
|
534
|
+
2260
|
|
535
535
|
],
|
|
536
536
|
"text": "never"
|
|
537
537
|
},
|
|
@@ -543,19 +543,19 @@
|
|
|
543
543
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
544
544
|
"severity": 2,
|
|
545
545
|
"message": "Unexpected any. Specify a different type.",
|
|
546
|
-
"line":
|
|
546
|
+
"line": 93,
|
|
547
547
|
"column": 37,
|
|
548
548
|
"nodeType": "TSAnyKeyword",
|
|
549
549
|
"messageId": "unexpectedAny",
|
|
550
|
-
"endLine":
|
|
550
|
+
"endLine": 93,
|
|
551
551
|
"endColumn": 40,
|
|
552
552
|
"suggestions": [
|
|
553
553
|
{
|
|
554
554
|
"messageId": "suggestUnknown",
|
|
555
555
|
"fix": {
|
|
556
556
|
"range": [
|
|
557
|
-
|
|
558
|
-
|
|
557
|
+
2378,
|
|
558
|
+
2381
|
|
559
559
|
],
|
|
560
560
|
"text": "unknown"
|
|
561
561
|
},
|
|
@@ -565,8 +565,8 @@
|
|
|
565
565
|
"messageId": "suggestNever",
|
|
566
566
|
"fix": {
|
|
567
567
|
"range": [
|
|
568
|
-
|
|
569
|
-
|
|
568
|
+
2378,
|
|
569
|
+
2381
|
|
570
570
|
],
|
|
571
571
|
"text": "never"
|
|
572
572
|
},
|
|
@@ -578,19 +578,19 @@
|
|
|
578
578
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
579
579
|
"severity": 2,
|
|
580
580
|
"message": "Unexpected any. Specify a different type.",
|
|
581
|
-
"line":
|
|
581
|
+
"line": 93,
|
|
582
582
|
"column": 47,
|
|
583
583
|
"nodeType": "TSAnyKeyword",
|
|
584
584
|
"messageId": "unexpectedAny",
|
|
585
|
-
"endLine":
|
|
585
|
+
"endLine": 93,
|
|
586
586
|
"endColumn": 50,
|
|
587
587
|
"suggestions": [
|
|
588
588
|
{
|
|
589
589
|
"messageId": "suggestUnknown",
|
|
590
590
|
"fix": {
|
|
591
591
|
"range": [
|
|
592
|
-
|
|
593
|
-
|
|
592
|
+
2388,
|
|
593
|
+
2391
|
|
594
594
|
],
|
|
595
595
|
"text": "unknown"
|
|
596
596
|
},
|
|
@@ -600,8 +600,8 @@
|
|
|
600
600
|
"messageId": "suggestNever",
|
|
601
601
|
"fix": {
|
|
602
602
|
"range": [
|
|
603
|
-
|
|
604
|
-
|
|
603
|
+
2388,
|
|
604
|
+
2391
|
|
605
605
|
],
|
|
606
606
|
"text": "never"
|
|
607
607
|
},
|
|
@@ -613,19 +613,19 @@
|
|
|
613
613
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
614
614
|
"severity": 2,
|
|
615
615
|
"message": "Unexpected any. Specify a different type.",
|
|
616
|
-
"line":
|
|
616
|
+
"line": 97,
|
|
617
617
|
"column": 35,
|
|
618
618
|
"nodeType": "TSAnyKeyword",
|
|
619
619
|
"messageId": "unexpectedAny",
|
|
620
|
-
"endLine":
|
|
620
|
+
"endLine": 97,
|
|
621
621
|
"endColumn": 38,
|
|
622
622
|
"suggestions": [
|
|
623
623
|
{
|
|
624
624
|
"messageId": "suggestUnknown",
|
|
625
625
|
"fix": {
|
|
626
626
|
"range": [
|
|
627
|
-
|
|
628
|
-
|
|
627
|
+
2529,
|
|
628
|
+
2532
|
|
629
629
|
],
|
|
630
630
|
"text": "unknown"
|
|
631
631
|
},
|
|
@@ -635,8 +635,8 @@
|
|
|
635
635
|
"messageId": "suggestNever",
|
|
636
636
|
"fix": {
|
|
637
637
|
"range": [
|
|
638
|
-
|
|
639
|
-
|
|
638
|
+
2529,
|
|
639
|
+
2532
|
|
640
640
|
],
|
|
641
641
|
"text": "never"
|
|
642
642
|
},
|
|
@@ -648,19 +648,19 @@
|
|
|
648
648
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
649
649
|
"severity": 2,
|
|
650
650
|
"message": "Unexpected any. Specify a different type.",
|
|
651
|
-
"line":
|
|
651
|
+
"line": 97,
|
|
652
652
|
"column": 45,
|
|
653
653
|
"nodeType": "TSAnyKeyword",
|
|
654
654
|
"messageId": "unexpectedAny",
|
|
655
|
-
"endLine":
|
|
655
|
+
"endLine": 97,
|
|
656
656
|
"endColumn": 48,
|
|
657
657
|
"suggestions": [
|
|
658
658
|
{
|
|
659
659
|
"messageId": "suggestUnknown",
|
|
660
660
|
"fix": {
|
|
661
661
|
"range": [
|
|
662
|
-
|
|
663
|
-
|
|
662
|
+
2539,
|
|
663
|
+
2542
|
|
664
664
|
],
|
|
665
665
|
"text": "unknown"
|
|
666
666
|
},
|
|
@@ -670,40 +670,53 @@
|
|
|
670
670
|
"messageId": "suggestNever",
|
|
671
671
|
"fix": {
|
|
672
672
|
"range": [
|
|
673
|
-
|
|
674
|
-
|
|
673
|
+
2539,
|
|
674
|
+
2542
|
|
675
675
|
],
|
|
676
676
|
"text": "never"
|
|
677
677
|
},
|
|
678
678
|
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
679
679
|
}
|
|
680
680
|
]
|
|
681
|
-
}
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
"suppressedMessages": [
|
|
682
684
|
{
|
|
683
685
|
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
684
686
|
"severity": 2,
|
|
685
687
|
"message": "'builder' is defined but never used.",
|
|
686
|
-
"line":
|
|
688
|
+
"line": 101,
|
|
687
689
|
"column": 41,
|
|
688
690
|
"nodeType": null,
|
|
689
691
|
"messageId": "unusedVar",
|
|
690
|
-
"endLine":
|
|
691
|
-
"endColumn": 48
|
|
692
|
+
"endLine": 101,
|
|
693
|
+
"endColumn": 48,
|
|
694
|
+
"suppressions": [
|
|
695
|
+
{
|
|
696
|
+
"kind": "directive",
|
|
697
|
+
"justification": ""
|
|
698
|
+
}
|
|
699
|
+
]
|
|
692
700
|
},
|
|
693
701
|
{
|
|
694
702
|
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
695
703
|
"severity": 2,
|
|
696
704
|
"message": "'expectedMessage' is defined but never used.",
|
|
697
|
-
"line":
|
|
705
|
+
"line": 179,
|
|
698
706
|
"column": 19,
|
|
699
707
|
"nodeType": null,
|
|
700
708
|
"messageId": "unusedVar",
|
|
701
|
-
"endLine":
|
|
702
|
-
"endColumn": 34
|
|
709
|
+
"endLine": 179,
|
|
710
|
+
"endColumn": 34,
|
|
711
|
+
"suppressions": [
|
|
712
|
+
{
|
|
713
|
+
"kind": "directive",
|
|
714
|
+
"justification": ""
|
|
715
|
+
}
|
|
716
|
+
]
|
|
703
717
|
}
|
|
704
718
|
],
|
|
705
|
-
"
|
|
706
|
-
"errorCount": 13,
|
|
719
|
+
"errorCount": 11,
|
|
707
720
|
"fatalErrorCount": 0,
|
|
708
721
|
"warningCount": 0,
|
|
709
722
|
"fixableErrorCount": 0,
|
|
@@ -717,30 +730,32 @@
|
|
|
717
730
|
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
718
731
|
"severity": 2,
|
|
719
732
|
"message": "'x' is defined but never used.",
|
|
720
|
-
"line":
|
|
733
|
+
"line": 17,
|
|
721
734
|
"column": 16,
|
|
722
735
|
"nodeType": null,
|
|
723
736
|
"messageId": "unusedVar",
|
|
724
|
-
"endLine":
|
|
737
|
+
"endLine": 17,
|
|
725
738
|
"endColumn": 17
|
|
726
|
-
}
|
|
739
|
+
}
|
|
740
|
+
],
|
|
741
|
+
"suppressedMessages": [
|
|
727
742
|
{
|
|
728
743
|
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
729
744
|
"severity": 2,
|
|
730
745
|
"message": "Unexpected any. Specify a different type.",
|
|
731
|
-
"line":
|
|
746
|
+
"line": 17,
|
|
732
747
|
"column": 19,
|
|
733
748
|
"nodeType": "TSAnyKeyword",
|
|
734
749
|
"messageId": "unexpectedAny",
|
|
735
|
-
"endLine":
|
|
750
|
+
"endLine": 17,
|
|
736
751
|
"endColumn": 22,
|
|
737
752
|
"suggestions": [
|
|
738
753
|
{
|
|
739
754
|
"messageId": "suggestUnknown",
|
|
740
755
|
"fix": {
|
|
741
756
|
"range": [
|
|
742
|
-
|
|
743
|
-
|
|
757
|
+
559,
|
|
758
|
+
562
|
|
744
759
|
],
|
|
745
760
|
"text": "unknown"
|
|
746
761
|
},
|
|
@@ -750,18 +765,23 @@
|
|
|
750
765
|
"messageId": "suggestNever",
|
|
751
766
|
"fix": {
|
|
752
767
|
"range": [
|
|
753
|
-
|
|
754
|
-
|
|
768
|
+
559,
|
|
769
|
+
562
|
|
755
770
|
],
|
|
756
771
|
"text": "never"
|
|
757
772
|
},
|
|
758
773
|
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
759
774
|
}
|
|
775
|
+
],
|
|
776
|
+
"suppressions": [
|
|
777
|
+
{
|
|
778
|
+
"kind": "directive",
|
|
779
|
+
"justification": ""
|
|
780
|
+
}
|
|
760
781
|
]
|
|
761
782
|
}
|
|
762
783
|
],
|
|
763
|
-
"
|
|
764
|
-
"errorCount": 2,
|
|
784
|
+
"errorCount": 1,
|
|
765
785
|
"fatalErrorCount": 0,
|
|
766
786
|
"warningCount": 0,
|
|
767
787
|
"fixableErrorCount": 0,
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
stdout > mark4
|
|
2
|
+
stderr > goodbye node with caught error ReferenceError: implementation is not defined
|
|
3
|
+
at specification (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs:68:11)
|
|
4
|
+
at new BaseBuilder (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:173:18)
|
|
5
|
+
at new ClassBuilder (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:331:5)
|
|
6
|
+
at new TesterantoCore (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:663:5)
|
|
7
|
+
at new NodeTesteranto (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-NQBTLMSG.mjs:211:5)
|
|
8
|
+
at testeranto (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-NQBTLMSG.mjs:230:15)
|
|
9
|
+
at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs:400:33
|
|
10
|
+
at ModuleJob.run (node:internal/modules/esm/module_job:192:25)
|
|
11
|
+
at async DefaultModuleLoader.import (node:internal/modules/esm/loader:228:24)
|
|
12
|
+
at async loadESM (node:internal/process/esm_loader:40:7)
|
package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/message
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Fix the failing tests described in testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/tests.json and testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/
|
|
1
|
+
Fix the failing tests described in testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/tests.json and testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt. DO NOT refactor beyond what is necessary. Always prefer minimal changes, focusing mostly on keeping the BDD tests passing
|
package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/prompt.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
/add src/lib/classBuilder.test/classBuilder.test.specification.ts
|
|
3
|
-
/add src/lib/classBuilder.test/TestClassBuilder.ts
|
|
4
3
|
/add src/lib/classBuilder.test/classBuilder.test.implementation.ts
|
|
4
|
+
/add src/lib/classBuilder.test/TestClassBuilder.ts
|
|
5
5
|
/add src/lib/classBuilder.test/classBuilder.test.interface.ts
|
|
6
6
|
/add src/lib/classBuilder.test/classBuilder.test.ts
|
|
7
7
|
|
|
8
8
|
/read testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/tests.json
|
|
9
|
-
/read testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/
|
|
9
|
+
/read testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt
|
|
10
10
|
/read testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/type_errors.txt
|
|
11
11
|
/read testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/lint_errors.json
|