testeranto 0.166.0 → 0.167.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 (48) hide show
  1. package/dist/common/src/Pure.js +2 -2
  2. package/dist/common/src/lib/baseBuilder.test/baseBuilder.test.mock.js +1 -1
  3. package/dist/common/src/lib/basebuilder.js +9 -7
  4. package/dist/common/src/lib/core.test/MockCore.js +17 -15
  5. package/dist/common/tsconfig.common.tsbuildinfo +1 -1
  6. package/dist/module/src/Pure.js +2 -2
  7. package/dist/module/src/lib/baseBuilder.test/baseBuilder.test.mock.js +1 -1
  8. package/dist/module/src/lib/basebuilder.js +9 -7
  9. package/dist/module/src/lib/core.test/MockCore.js +17 -15
  10. package/dist/module/tsconfig.module.tsbuildinfo +1 -1
  11. package/dist/tsconfig.tsbuildinfo +1 -0
  12. package/dist/types/src/lib/index.d.ts +0 -1
  13. package/dist/types/tsconfig.types.tsbuildinfo +1 -1
  14. package/package.json +1 -1
  15. package/src/Pure.ts +2 -2
  16. package/src/lib/baseBuilder.test/baseBuilder.test.mock.ts +1 -1
  17. package/src/lib/basebuilder.ts +9 -9
  18. package/src/lib/core.test/MockCore.ts +26 -19
  19. package/src/lib/index.ts +1 -1
  20. package/testeranto/bundles/node/allTests/chunk-H2IBV7SY.mjs +113 -0
  21. package/testeranto/bundles/node/allTests/chunk-IDCUSTSM.mjs +669 -0
  22. package/testeranto/bundles/node/allTests/chunk-ZHOULXPN.mjs +252 -0
  23. package/testeranto/bundles/node/allTests/metafile.json +28 -28
  24. package/testeranto/bundles/node/allTests/src/lib/BaseSuite.test/node.test.mjs +3 -3
  25. package/testeranto/bundles/node/allTests/src/lib/baseBuilder.test/baseBuilder.test.node.mjs +3 -3
  26. package/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs +3 -3
  27. package/testeranto/bundles/node/allTests/src/lib/core.test/core.test.mjs +11 -8
  28. package/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs +2 -2
  29. package/testeranto/bundles/pure/allTests/chunk-4ULDTZFU.mjs +666 -0
  30. package/testeranto/bundles/pure/allTests/chunk-5SBJWHSZ.mjs +200 -0
  31. package/testeranto/bundles/pure/allTests/metafile.json +33 -33
  32. package/testeranto/bundles/pure/allTests/src/Pure.test.mjs +2 -2
  33. package/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs +2 -2
  34. package/testeranto/bundles/pure/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure.mjs +2 -2
  35. package/testeranto/bundles/web/allTests/chunk-46E6YGGN.mjs +847 -0
  36. package/testeranto/bundles/web/allTests/metafile.json +10 -10
  37. package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.mjs +1 -1
  38. package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.mjs +2 -2
  39. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/logs.txt +0 -0
  40. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/logs.txt +0 -0
  41. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt +0 -0
  42. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt +0 -0
  43. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt +0 -0
  44. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/lint_errors.txt +0 -12
  45. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/type_errors.txt +2 -5
  46. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/logs.txt +0 -0
  47. package/testeranto/reports/allTests/summary.json +2 -2
  48. package/tsc.log +236 -234
package/tsc.log CHANGED
@@ -1,4 +1,7 @@
1
1
  $ /Users/adam/Code/testeranto/node_modules/.bin/tsc --noEmit
2
+ src/App.tsx(49,34): error TS2339: Property 'createRoot' does not exist on type 'typeof import("/Users/adam/Code/testeranto/node_modules/@types/react-dom/index")'.
3
+ src/App.tsx(59,10): error TS2339: Property 'App' does not exist on type 'Window & typeof globalThis'.
4
+ src/App.tsx(61,3): error TS2740: Type 'typeof import("/Users/adam/Code/testeranto/node_modules/@types/react-dom/client")' is missing the following properties from type 'typeof import("/Users/adam/Code/testeranto/node_modules/@types/react-dom/index")': findDOMNode, unmountComponentAtNode, createPortal, flushSync, and 5 more.
2
5
  src/lib/abstractBase.test/adapter.ts(5,47): error TS2322: Type 'Promise<() => { testStore: { value: string; }; }>' is not assignable to type 'Promise<{ testStore: { value: string; }; error?: Error | undefined; }>'.
3
6
  Type '() => { testStore: { value: string; }; }' is not assignable to type '{ testStore: { value: string; }; error?: Error | undefined; }'.
4
7
  src/lib/abstractBase.test/adapter.ts(8,25): error TS2739: Type '{ testStore: { value: string; }; error?: Error | undefined; }' is missing the following properties from type 'Promise<unknown>': then, catch, finally, [Symbol.toStringTag]
@@ -26,182 +29,169 @@ src/lib/abstractBase.test/MockGiven.ts(9,12): error TS2304: Cannot find name 'Ba
26
29
  src/lib/abstractBase.test/MockGiven.ts(24,12): error TS2349: This expression is not callable.
27
30
  Type 'unknown' has no call signatures.
28
31
  src/lib/abstractBase.test/types.ts(13,17): error TS2707: Generic type 'Ibdd_out' requires between 0 and 4 type arguments.
29
- src/lib/baseBuilder.test/baseBuilder.test.adapter.ts(5,14): error TS2741: 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 'ITestAdapter<I>'.
30
- src/lib/baseBuilder.test/baseBuilder.test.adapter.ts(10,26): error TS2554: Expected 1 arguments, but got 2.
31
- src/lib/baseBuilder.test/baseBuilder.test.adapter.ts(13,26): error TS2554: Expected 1 arguments, but got 2.
32
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(17,5): error TS2322: Type '() => MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' is not assignable to type '(...Ig: any) => () => BaseBuilder<any, any, any, any, any, any>'.
33
- Type 'MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' is not assignable to type '() => BaseBuilder<any, any, any, any, any, any>'.
34
- Type 'MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' provides no match for the signature '(): BaseBuilder<any, any, any, any, any, any>'.
35
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(26,9): error TS2554: Expected 1-7 arguments, but got 8.
36
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(29,5): error TS2322: Type '(input: any) => MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' is not assignable to type '(...Ig: any) => () => BaseBuilder<any, any, any, any, any, any>'.
37
- Type 'MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' is not assignable to type '() => BaseBuilder<any, any, any, any, any, any>'.
38
- Type 'MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' provides no match for the signature '(): BaseBuilder<any, any, any, any, any, any>'.
39
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(38,9): error TS2554: Expected 1-7 arguments, but got 8.
40
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(41,5): error TS2322: Type '(requirements: ITTestResourceRequest) => MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' is not assignable to type '(...Ig: any) => () => BaseBuilder<any, any, any, any, any, any>'.
41
- Type 'MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' is not assignable to type '() => BaseBuilder<any, any, any, any, any, any>'.
42
- Type 'MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}, {}>' provides no match for the signature '(): BaseBuilder<any, any, any, any, any, any>'.
43
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(50,9): error TS2554: Expected 1-7 arguments, but got 8.
44
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(56,5): error TS2322: Type '(artifact: Promise<any>) => (builder: TestSubject) => TestSubject' is not assignable to type '(...Iw: any) => (zel: BaseBuilder<any, any, any, any, any, any>, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: any) => any>'.
45
- Call signature return types '(builder: TestSubject) => TestSubject' and '(zel: BaseBuilder<any, any, any, any, any, any>, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: any) => any>' are incompatible.
46
- Type 'MockBaseBuilder<any, any, any, any, any, any, {}>' is missing the following properties from type 'Promise<(store: any) => any>': then, catch, finally, [Symbol.toStringTag]
47
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(60,5): error TS2322: Type '(jobs: ITestJob[]) => (builder: TestSubject) => TestSubject' is not assignable to type '(...Iw: any) => (zel: BaseBuilder<any, any, any, any, any, any>, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: any) => any>'.
48
- Call signature return types '(builder: TestSubject) => TestSubject' and '(zel: BaseBuilder<any, any, any, any, any, any>, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: any) => any>' are incompatible.
49
- Type 'MockBaseBuilder<any, any, any, any, any, any, {}>' is missing the following properties from type 'Promise<(store: any) => any>': then, catch, finally, [Symbol.toStringTag]
50
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(60,25): error TS2304: Cannot find name 'ITestJob'.
51
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(67,32): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
32
+ src/lib/abstractBase.ts(222,17): error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified.
33
+ src/lib/baseBuilder.test/baseBuilder.test.adapter.ts(8,49): error TS2322: Type 'Promise<{}>' is not assignable to type 'Promise<BaseBuilder<any, any, any, any, any, any>>'.
34
+ Type '{}' is missing the following properties from type 'BaseBuilder<any, any, any, any, any, any>': specs, assertThis, testResourceRequirement, artifacts, and 12 more.
35
+ src/lib/baseBuilder.test/baseBuilder.test.adapter.ts(9,3): error TS2719: Type '(subject: import("/Users/adam/Code/testeranto/src/lib/basebuilder").BaseBuilder<any, any, any, any, any, any>, initializer: (c?: any) => () => import("/Users/adam/Code/testeranto/src/lib/basebuilder").BaseBuilder<any, any, any, any, any, any>, testResource: import("/Users/adam/Code/testeranto/src/lib/index").ITTestR...' is not assignable to type '(subject: import("/Users/adam/Code/testeranto/src/lib/basebuilder").BaseBuilder<any, any, any, any, any, any>, initializer: (c?: any) => () => import("/Users/adam/Code/testeranto/src/lib/basebuilder").BaseBuilder<any, any, any, any, any, any>, testResource: import("/Users/adam/Code/testeranto/src/lib/index").ITTestR...'. Two different types with this name exist, but they are unrelated.
36
+ Type 'Promise<() => BaseBuilder<any, any, any, any, any, any>>' is not assignable to type 'Promise<BaseBuilder<any, any, any, any, any, any>>'.
37
+ Type '() => BaseBuilder<any, any, any, any, any, any>' is not assignable to type 'BaseBuilder<any, any, any, any, any, any>'.
38
+ src/lib/baseBuilder.test/baseBuilder.test.adapter.ts(20,26): error TS2554: Expected 1 arguments, but got 2.
39
+ src/lib/baseBuilder.test/baseBuilder.test.adapter.ts(23,26): error TS2554: Expected 1 arguments, but got 2.
40
+ src/lib/baseBuilder.test/baseBuilder.test.adapter.ts(25,25): error TS2739: Type 'BaseBuilder<any, any, any, any, any, any>' is missing the following properties from type 'Promise<unknown>': then, catch, finally, [Symbol.toStringTag]
41
+ src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(19,5): error TS2322: Type '() => MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}>' is not assignable to type '() => () => BaseBuilder<any, any, any, any, any, any>'.
42
+ Type 'MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}>' is not assignable to type '() => BaseBuilder<any, any, any, any, any, any>'.
43
+ Type 'MockBaseBuilder<Ibdd_in_any, Ibdd_out_any, {}, {}, {}, {}>' provides no match for the signature '(): BaseBuilder<any, any, any, any, any, any>'.
44
+ src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(31,57): error TS2345: Argument of type '{}' is not assignable to parameter of type 'ITTestResourceRequest'.
45
+ Property 'ports' is missing in type '{}' but required in type 'ITTestResourceRequest'.
46
+ src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(34,54): error TS2345: Argument of type '{}' is not assignable to parameter of type 'ITTestResourceRequest'.
47
+ Property 'ports' is missing in type '{}' but required in type 'ITTestResourceRequest'.
48
+ src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(43,25): error TS2304: Cannot find name 'ITestJob'.
49
+ src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(50,32): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
52
50
  Type 'TestSubject' is not assignable to type '(store: any) => any'.
53
- Type 'MockBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
54
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(73,27): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
51
+ Type 'MockBaseBuilder<any, any, any, any, any, any>' provides no match for the signature '(store: any): any'.
52
+ src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(54,100): error TS2339: Property 'constructor' does not exist on type 'never'.
53
+ src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(75,27): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
55
54
  Type 'TestSubject' is not assignable to type '(store: any) => any'.
56
- Type 'MockBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
57
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(79,24): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
55
+ Type 'MockBaseBuilder<any, any, any, any, any, any>' provides no match for the signature '(store: any): any'.
56
+ src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(81,24): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
58
57
  Type 'TestSubject' is not assignable to type '(store: any) => any'.
59
- Type 'MockBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
60
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(85,29): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
61
- Type 'TestSubject' is not assignable to type '(store: any) => any'.
62
- Type 'MockBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
63
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(91,36): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
64
- Type 'TestSubject' is not assignable to type '(store: any) => any'.
65
- Type 'MockBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
66
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(97,38): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
67
- Type 'TestSubject' is not assignable to type '(store: any) => any'.
68
- Type 'MockBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
69
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(103,38): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
70
- Type 'TestSubject' is not assignable to type '(store: any) => any'.
71
- Type 'MockBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
72
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(109,37): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
73
- Type 'TestSubject' is not assignable to type '(store: any) => any'.
74
- Type 'MockBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
75
- src/lib/baseBuilder.test/baseBuilder.test.implementation.ts(115,37): error TS2322: Type '(builder: TestSubject) => TestSubject' is not assignable to type '(ssel: BaseBuilder<any, any, any, any, any, any>, utils: PM) => (store: any) => any'.
76
- Type 'TestSubject' is not assignable to type '(store: any) => any'.
77
- Type 'MockBaseBuilder<any, any, any, any, any, any, {}>' provides no match for the signature '(store: any): any'.
78
- src/lib/baseBuilder.test/baseBuilder.test.mock.ts(43,56): error TS2322: Type 'never[]' is not assignable to type 'number'.
79
- src/lib/baseBuilder.test/baseBuilder.test.specification.ts(31,7): error TS2554: Expected 2 arguments, but got 3.
80
- src/lib/baseBuilder.test/baseBuilder.test.types.ts(3,10): error TS2305: Module '"./baseBuilder.test.mock"' has no exported member 'TestBaseBuilder'.
81
- src/lib/baseBuilder.test/baseBuilder.test.types.ts(7,3): error TS2304: Cannot find name 'BaseBuilder'.
82
- src/lib/baseBuilder.test/baseBuilder.test.types.ts(8,3): error TS2304: Cannot find name 'BaseBuilder'.
83
- src/lib/baseBuilder.test/baseBuilder.test.types.ts(9,3): error TS2304: Cannot find name 'BaseBuilder'.
84
- src/lib/baseBuilder.test/baseBuilder.test.types.ts(10,9): error TS2304: Cannot find name 'BaseBuilder'.
85
- src/lib/baseBuilder.test/baseBuilder.test.types.ts(15,17): error TS2707: Generic type 'Ibdd_out' requires between 0 and 4 type arguments.
58
+ Type 'MockBaseBuilder<any, any, any, any, any, any>' provides no match for the signature '(store: any): any'.
59
+ src/lib/baseBuilder.test/baseBuilder.test.specification.ts(18,16): error TS2339: Property 'artifactsTracked' does not exist on type 'ThenSpecification<I, O>'.
86
60
  src/lib/basebuilder.ts(79,15): error TS2349: This expression is not callable.
87
61
  Not all constituents of type 'void | ((fPath: string, value: string | Buffer<ArrayBufferLike> | PassThrough) => void)' are callable.
88
62
  Type 'void' has no call signatures.
89
- src/lib/BaseSuite.test/mock.ts(41,9): error TS2416: Property 'andWhen' in type 'MockWhen' is not assignable to the same property in base type 'BaseWhen<I>'.
90
- Types of parameters 'whenCB' and 'whenCB' are incompatible.
91
- Type '(store: TestStore) => Promise<TestSelection>' is not assignable to type 'Promise<TestStore>'.
92
- src/lib/BaseSuite.test/mock.ts(52,9): error TS2416: Property 'butThen' in type 'MockThen' is not assignable to the same property in base type 'BaseThen<I>'.
63
+ src/lib/BaseSuite.test/mock.ts(36,9): error TS2416: Property 'andWhen' in type 'MockWhen' is not assignable to the same property in base type 'BaseWhen<I>'.
64
+ Type '(store: TestStore, whenCB: (store: TestStore) => Promise<TestStore>, testResource: any, pm: IPM) => Promise<TestStore>' is not assignable to type '(store: TestStore, whenCB: (x: TestSelection) => (store: TestStore) => Promise<TestSelection>, testResource: any, pm: IPM) => Promise<...>'.
65
+ Types of parameters 'whenCB' and 'whenCB' are incompatible.
66
+ Types of parameters 'x' and 'store' are incompatible.
67
+ Type 'TestStore' is not assignable to type 'TestSelection'.
68
+ Types of property 'testSelection' are incompatible.
69
+ Type 'boolean | undefined' is not assignable to type 'boolean'.
70
+ Type 'undefined' is not assignable to type 'boolean'.
71
+ src/lib/BaseSuite.test/mock.ts(66,9): error TS2416: Property 'butThen' in type 'MockThen' is not assignable to the same property in base type 'BaseThen<I>'.
93
72
  Types of parameters 'thenCB' and 'thenCB' are incompatible.
94
73
  Type 'Promise<BaseSuite<any, any>>' is not assignable to type 'Promise<TestSelection>'.
95
74
  Property 'testSelection' is missing in type 'BaseSuite<any, any>' but required in type 'TestSelection'.
96
- src/lib/BaseSuite.test/mock.ts(68,10): error TS2322: Type 'MockWhen' is not assignable to type 'BaseWhen<I>'.
75
+ src/lib/BaseSuite.test/mock.ts(83,7): error TS2353: Object literal may only specify known properties, and 'name' does not exist in type 'TestSelection'.
76
+ src/lib/BaseSuite.test/mock.ts(126,10): error TS2322: Type 'MockWhen' is not assignable to type 'BaseWhen<I>'.
97
77
  Types of property 'andWhen' are incompatible.
98
- Types of parameters 'whenCB' and 'whenCB' are incompatible.
99
- Type '(store: TestStore) => Promise<TestSelection>' is not assignable to type 'Promise<TestStore>'.
100
- src/lib/BaseSuite.test/mock.ts(68,41): error TS2322: Type 'Promise<{ testStore: boolean; }>' is not assignable to type '(store: TestStore) => Promise<TestSelection>'.
78
+ Type '(store: TestStore, whenCB: (store: TestStore) => Promise<TestStore>, testResource: any, pm: IPM) => Promise<TestStore>' is not assignable to type '(store: TestStore, whenCB: (x: TestSelection) => (store: TestStore) => Promise<TestSelection>, testResource: any, pm: IPM) => Promise<...>'.
79
+ Types of parameters 'whenCB' and 'whenCB' are incompatible.
80
+ Types of parameters 'x' and 'store' are incompatible.
81
+ Type 'TestStore' is not assignable to type 'TestSelection'.
82
+ Types of property 'testSelection' are incompatible.
83
+ Type 'boolean | undefined' is not assignable to type 'boolean'.
84
+ Type 'undefined' is not assignable to type 'boolean'.
85
+ src/lib/BaseSuite.test/mock.ts(126,41): error TS2322: Type 'Promise<{ testStore: boolean; }>' is not assignable to type '(store: TestStore) => Promise<TestSelection>'.
101
86
  Type 'Promise<{ testStore: boolean; }>' provides no match for the signature '(store: TestStore): Promise<TestSelection>'.
102
- src/lib/BaseSuite.test/mock.ts(71,13): error TS2322: Type 'Promise<{ testSelection: boolean; }>' is not assignable to type 'Promise<(store: TestStore) => Promise<TestSelection>>'.
87
+ src/lib/BaseSuite.test/mock.ts(129,13): error TS2322: Type 'Promise<{ testSelection: boolean; }>' is not assignable to type 'Promise<(store: TestStore) => Promise<TestSelection>>'.
103
88
  Type '{ testSelection: boolean; }' is not assignable to type '(store: TestStore) => Promise<TestSelection>'.
104
89
  Type '{ testSelection: boolean; }' provides no match for the signature '(store: TestStore): Promise<TestSelection>'.
105
- src/lib/BaseSuite.test/test.ts(55,14): error TS2322: Type '(Suite: ITestSpecification<I, O>, Given: WhenSpecification<I, O>, When: WhenSpecification<I, O>, Then: WhenSpecification<I, O>) => any[]' is not assignable to type 'ITestSpecification<I, O>'.
106
- Types of parameters 'Suite' and 'Suite' are incompatible.
107
- Type 'SuiteSpecification<I, O>' is not assignable to type 'ITestSpecification<I, O>'.
108
- Type 'SuiteSpecification<I, O>' provides no match for the signature '(Suite: SuiteSpecification<I, O>, Given: GivenSpecification<I, O>, When: WhenSpecification<I, O>, Then: ThenSpecification<...>): BaseSuite<...>[]'.
109
- src/lib/BaseSuite.test/test.ts(61,9): error TS2339: Property 'Default' does not exist on type 'ITestSpecification<I, O>'.
110
- src/lib/BaseSuite.test/test.ts(63,27): error TS2339: Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
111
- src/lib/BaseSuite.test/test.ts(67,14): error TS2339: Property 'SuiteNameMatches' does not exist on type 'WhenSpecification<I, O>'.
112
- src/lib/BaseSuite.test/test.ts(68,14): error TS2339: Property 'SuiteIndexMatches' does not exist on type 'WhenSpecification<I, O>'.
113
- src/lib/BaseSuite.test/test.ts(69,14): error TS2339: Property 'FeaturesIncludes' does not exist on type 'WhenSpecification<I, O>'.
114
- src/lib/BaseSuite.test/test.ts(74,22): error TS2339: Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
115
- src/lib/BaseSuite.test/test.ts(77,13): error TS2339: Property 'StoreValid' does not exist on type 'WhenSpecification<I, O>'.
116
- src/lib/BaseSuite.test/test.ts(77,32): error TS2339: Property 'NoErrorsOccurred' does not exist on type 'WhenSpecification<I, O>'.
117
- src/lib/BaseSuite.test/test.ts(81,29): error TS2339: Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
118
- src/lib/BaseSuite.test/test.ts(83,13): error TS2339: Property 'AddFeature' does not exist on type 'WhenSpecification<I, O>'.
119
- src/lib/BaseSuite.test/test.ts(85,14): error TS2339: Property 'FeaturesIncludes' does not exist on type 'WhenSpecification<I, O>'.
120
- src/lib/BaseSuite.test/test.ts(86,14): error TS2339: Property 'FeaturesIncludes' does not exist on type 'WhenSpecification<I, O>'.
121
- src/lib/BaseSuite.test/test.ts(87,14): error TS2339: Property 'FeatureCountMatches' does not exist on type 'WhenSpecification<I, O>'.
122
- src/lib/BaseSuite.test/test.ts(92,26): error TS2339: Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
123
- src/lib/BaseSuite.test/test.ts(94,13): error TS2339: Property 'RunSuiteWithError' does not exist on type 'WhenSpecification<I, O>'.
124
- src/lib/BaseSuite.test/test.ts(96,14): error TS2339: Property 'ErrorCountMatches' does not exist on type 'WhenSpecification<I, O>'.
125
- src/lib/BaseSuite.test/test.ts(102,9): error TS2339: Property 'Default' does not exist on type 'ITestSpecification<I, O>'.
126
- src/lib/BaseSuite.test/test.ts(103,26): error TS2339: Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
127
- src/lib/BaseSuite.test/test.ts(106,14): error TS2339: Property 'addArtifact' does not exist on type 'WhenSpecification<I, O>'.
128
- src/lib/BaseSuite.test/test.ts(107,14): error TS2339: Property 'modifySpecs' does not exist on type 'WhenSpecification<I, O>'.
129
- src/lib/BaseSuite.test/test.ts(108,14): error TS2339: Property 'modifyJobs' does not exist on type 'WhenSpecification<I, O>'.
130
- src/lib/BaseSuite.test/test.ts(111,14): error TS2339: Property 'specsModified' does not exist on type 'WhenSpecification<I, O>'.
131
- src/lib/BaseSuite.test/test.ts(112,14): error TS2339: Property 'jobsModified' does not exist on type 'WhenSpecification<I, O>'.
132
- src/lib/BaseSuite.test/test.ts(113,14): error TS2339: Property 'artifactsTracked' does not exist on type 'WhenSpecification<I, O>'.
133
- src/lib/BaseSuite.test/test.ts(114,14): error TS2339: Property 'testRunSuccessful' does not exist on type 'WhenSpecification<I, O>'.
134
- src/lib/BaseSuite.test/test.ts(127,31): error TS2322: Type 'MockSuite' is not assignable to type '() => Promise<TestStore>'.
135
- Type 'MockSuite' provides no match for the signature '(): Promise<TestStore>'.
136
- src/lib/BaseSuite.test/test.ts(133,7): error TS2322: Type '(suite: MockSuite) => Promise<MockSuite>' is not assignable to type '(zel: TestSelection, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: TestStore) => Promise<TestStore>>'.
90
+ src/lib/BaseSuite.test/test.ts(126,5): error TS2322: Type '() => MockSuite' is not assignable to type '() => () => Promise<TestStore>'.
91
+ Type 'MockSuite' is not assignable to type '() => Promise<TestStore>'.
92
+ Type 'MockSuite' provides no match for the signature '(): Promise<TestStore>'.
93
+ src/lib/BaseSuite.test/test.ts(137,15): error TS2339: Property 'artifacts' does not exist on type 'MockSuite'.
94
+ src/lib/BaseSuite.test/test.ts(144,15): error TS2339: Property 'specs' does not exist on type 'MockSuite'.
95
+ src/lib/BaseSuite.test/test.ts(144,38): error TS2339: Property 'specs' does not exist on type 'MockSuite'.
96
+ src/lib/BaseSuite.test/test.ts(151,15): error TS2339: Property 'testJobs' does not exist on type 'MockSuite'.
97
+ src/lib/BaseSuite.test/test.ts(151,41): error TS2339: Property 'testJobs' does not exist on type 'MockSuite'.
98
+ src/lib/BaseSuite.test/test.ts(157,7): error TS2322: Type '(suite: MockSuite) => Promise<MockSuite>' is not assignable to type '(zel: TestSelection, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: TestStore) => Promise<TestStore>>'.
137
99
  Types of parameters 'suite' and 'zel' are incompatible.
138
100
  Type 'TestSelection' is missing the following properties from type 'MockSuite': name, givens, store, testResourceConfiguration, and 9 more.
139
- src/lib/BaseSuite.test/test.ts(153,11): error TS2322: Type '() => void' is not assignable to type '((selector: string) => boolean) | ((selector: string) => boolean) | ((selector: string, page: string) => Promise<unknown>)'.
101
+ src/lib/BaseSuite.test/test.ts(178,11): error TS2322: Type '() => void' is not assignable to type '((selector: string) => boolean) | ((selector: string) => boolean) | ((selector: string, page: string) => Promise<unknown>)'.
140
102
  Type '() => void' is not assignable to type '(selector: string) => boolean'.
141
103
  Type 'void' is not assignable to type 'boolean'.
142
- src/lib/BaseSuite.test/test.ts(155,11): error TS2322: Type '() => void' is not assignable to type '((p: any) => string) | ((p: any) => string) | ((p: any) => Promise<unknown>)'.
104
+ src/lib/BaseSuite.test/test.ts(180,11): error TS2322: Type '() => void' is not assignable to type '((p: any) => string) | ((p: any) => string) | ((p: any) => Promise<unknown>)'.
143
105
  Type '() => void' is not assignable to type '(p: any) => string'.
144
106
  Type 'void' is not assignable to type 'string'.
145
- src/lib/BaseSuite.test/test.ts(160,11): error TS2345: Argument of type 'null' is not assignable to parameter of type 'typeof BaseSuite'.
146
- src/lib/BaseSuite.test/test.ts(174,13): error TS2345: Argument of type 'null' is not assignable to parameter of type 'typeof BaseSuite'.
147
- src/lib/BaseSuite.test/test.ts(221,5): error TS2322: Type '(feature: string) => ((suite: MockSuite) => MockSuite)' is not assignable to type '(feature: string) => (ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
107
+ src/lib/BaseSuite.test/test.ts(185,11): error TS2345: Argument of type 'null' is not assignable to parameter of type 'typeof BaseSuite'.
108
+ src/lib/BaseSuite.test/test.ts(199,13): error TS2345: Argument of type 'null' is not assignable to parameter of type 'typeof BaseSuite'.
109
+ src/lib/BaseSuite.test/test.ts(224,5): error TS2322: Type '(expectedName: string) => ((suite: MockSuite) => MockSuite)' is not assignable to type '(It_0: string) => (ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
148
110
  Type '(suite: MockSuite) => MockSuite' is not assignable to type '(ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
149
111
  Types of parameters 'suite' and 'ssel' are incompatible.
150
112
  Type 'TestSelection' is missing the following properties from type 'MockSuite': name, givens, store, testResourceConfiguration, and 9 more.
151
- src/lib/BaseSuite.test/test.ts(242,58): error TS2322: Type '(suite: MockSuite) => MockSuite' is not assignable to type '(ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
113
+ src/lib/BaseSuite.test/test.ts(244,5): error TS2322: Type '(expectedIndex: number) => ((suite: MockSuite) => MockSuite)' is not assignable to type '(It_0: number) => (ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
114
+ Type '(suite: MockSuite) => MockSuite' is not assignable to type '(ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
115
+ Types of parameters 'suite' and 'ssel' are incompatible.
116
+ Type 'TestSelection' is missing the following properties from type 'MockSuite': name, givens, store, testResourceConfiguration, and 9 more.
117
+ src/lib/BaseSuite.test/test.ts(255,5): error TS2322: Type '(feature: string) => ((suite: MockSuite) => MockSuite)' is not assignable to type '(feature: string) => (ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
118
+ Type '(suite: MockSuite) => MockSuite' is not assignable to type '(ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
119
+ Types of parameters 'suite' and 'ssel' are incompatible.
120
+ Type 'TestSelection' is missing the following properties from type 'MockSuite': name, givens, store, testResourceConfiguration, and 9 more.
121
+ src/lib/BaseSuite.test/test.ts(276,58): error TS2322: Type '(suite: MockSuite) => MockSuite' is not assignable to type '(ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
152
122
  Types of parameters 'suite' and 'ssel' are incompatible.
153
123
  Type 'TestSelection' is missing the following properties from type 'MockSuite': name, givens, store, testResourceConfiguration, and 9 more.
154
- src/lib/BaseSuite.test/test.ts(298,30): error TS2322: Type '() => Promise<TestStore>' is not assignable to type 'TestStore'.
155
- src/lib/BaseSuite.test/test.ts(305,44): error TS2554: Expected 1 arguments, but got 2.
156
- src/lib/BaseSuite.test/test.ts(312,48): error TS2554: Expected 1 arguments, but got 2.
157
- src/lib/BaseSuite.test/test.ts(314,3): error TS2322: Type '(store: I["istore"]) => I["istore"]' is not assignable to type '(store: TestStore, key: string, pm: IPM) => Promise<unknown>'.
124
+ src/lib/BaseSuite.test/test.ts(328,19): error TS2339: Property 'specs' does not exist on type 'MockSuite'.
125
+ src/lib/BaseSuite.test/test.ts(337,19): error TS2339: Property 'testJobs' does not exist on type 'MockSuite'.
126
+ src/lib/BaseSuite.test/test.ts(345,19): error TS2339: Property 'artifacts' does not exist on type 'MockSuite'.
127
+ src/lib/BaseSuite.test/test.ts(378,22): error TS2339: Property 'index' does not exist on type '() => Promise<TestStore>'.
128
+ src/lib/BaseSuite.test/test.ts(379,22): error TS2339: Property 'store' does not exist on type '() => Promise<TestStore>'.
129
+ src/lib/BaseSuite.test/test.ts(383,22): error TS2339: Property 'index' does not exist on type '() => Promise<TestStore>'.
130
+ src/lib/BaseSuite.test/test.ts(386,19): error TS2339: Property 'store' does not exist on type '() => Promise<TestStore>'.
131
+ src/lib/BaseSuite.test/test.ts(399,44): error TS2554: Expected 1 arguments, but got 2.
132
+ src/lib/BaseSuite.test/test.ts(401,3): error TS2322: Type '(store: TestStore, thenCB: (selection: TestSelection) => Promise<TestSelection>, testResource: ITTestResourceConfiguration, pm: IPM) => Promise<TestSelection>' is not assignable to type '(store: TestStore, thenCB: (store: TestStore) => Promise<TestSelection>, testResource: ITTestResourceConfiguration, pm: IPM) => Promise<...>'.
133
+ Types of parameters 'thenCB' and 'thenCB' are incompatible.
134
+ Type '(store: TestStore) => Promise<TestSelection>' is not assignable to type '(selection: TestSelection) => Promise<TestSelection>'.
135
+ Types of parameters 'store' and 'selection' are incompatible.
136
+ Property 'testStore' is missing in type 'TestSelection' but required in type 'TestStore'.
137
+ src/lib/BaseSuite.test/test.ts(441,3): error TS2322: Type '(store: I["istore"]) => I["istore"]' is not assignable to type '(store: TestStore, key: string, pm: IPM) => Promise<unknown>'.
158
138
  Type 'TestStore' is missing the following properties from type 'Promise<unknown>': then, catch, finally, [Symbol.toStringTag]
159
- src/lib/classBuilder.test/classBuilder.test.adapter.ts(14,26): error TS2554: Expected 1 arguments, but got 2.
139
+ src/lib/classBuilder.test/classBuilder.test.adapter.ts(9,3): error TS2322: Type '() => Promise<void>' is not assignable to type '(input: {}, testResource: ITTestResourceConfiguration, pm: IPM) => Promise<BaseBuilder<any, any, any, any, any, any>>'.
140
+ Type 'Promise<void>' is not assignable to type 'Promise<BaseBuilder<any, any, any, any, any, any>>'.
141
+ Type 'void' is not assignable to type 'BaseBuilder<any, any, any, any, any, any>'.
142
+ src/lib/classBuilder.test/classBuilder.test.adapter.ts(10,3): error TS2322: Type '(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>>' is not assignable to type '(subject: BaseBuilder<any, any, any, any, any, any>, initializer: (c?: any) => () => BaseBuilder<any, any, any, any, any, any>, testResource: ITTestResourceConfiguration, initialValues: any, pm: IPM) => Promise<...>'.
143
+ Type 'Promise<() => BaseBuilder<any, any, any, any, any, any>>' is not assignable to type 'Promise<BaseBuilder<any, any, any, any, any, any>>'.
144
+ Type '() => BaseBuilder<any, any, any, any, any, any>' is not assignable to type 'BaseBuilder<any, any, any, any, any, any>'.
160
145
  src/lib/classBuilder.test/classBuilder.test.adapter.ts(17,26): error TS2554: Expected 1 arguments, but got 2.
161
- src/lib/classBuilder.test/classBuilder.test.implementation.ts(32,9): error TS2554: Expected 8 arguments, but got 9.
162
- src/lib/classBuilder.test/classBuilder.test.implementation.ts(45,9): error TS2554: Expected 8 arguments, but got 9.
163
- src/lib/classBuilder.test/classBuilder.test.implementation.ts(58,9): error TS2554: Expected 8 arguments, but got 9.
164
- src/lib/classBuilder.test/classBuilder.test.implementation.ts(71,9): error TS2554: Expected 8 arguments, but got 9.
165
- src/lib/classBuilder.test/classBuilder.test.implementation.ts(84,9): error TS2554: Expected 8 arguments, but got 9.
166
- src/lib/classBuilder.test/classBuilder.test.implementation.ts(113,32): error TS2304: Cannot find name 'TestClassBuilder'.
167
- src/lib/classBuilder.test/classBuilder.test.implementation.ts(184,30): error TS2322: Type '(builder: ClassBuilder<any, any, any>) => Promise<ClassBuilder<any, any, any>>' is not assignable to type '(builder: ClassBuilder<any, any, any>) => ClassBuilder<any, any, any>'.
146
+ src/lib/classBuilder.test/classBuilder.test.adapter.ts(20,26): error TS2554: Expected 1 arguments, but got 2.
147
+ src/lib/classBuilder.test/classBuilder.test.adapter.ts(22,25): error TS2739: Type 'BaseBuilder<any, any, any, any, any, any>' is missing the following properties from type 'Promise<unknown>': then, catch, finally, [Symbol.toStringTag]
148
+ src/lib/classBuilder.test/classBuilder.test.implementation.ts(7,10): error TS2724: '"../classBuilder"' has no exported member named 'TestClassBuilder'. Did you mean 'ClassBuilder'?
149
+ src/lib/classBuilder.test/classBuilder.test.implementation.ts(28,9): error TS2345: Argument of type 'typeof MockSuite' is not assignable to parameter of type 'ISuiteKlasser<I, O>'.
150
+ Type 'typeof MockSuite' provides no match for the signature '(name: string, index: number, givens: IGivens<I>): BaseSuite<I, O>'.
151
+ src/lib/classBuilder.test/classBuilder.test.implementation.ts(47,9): error TS2554: Expected 8 arguments, but got 9.
152
+ src/lib/classBuilder.test/classBuilder.test.implementation.ts(60,9): error TS2554: Expected 8 arguments, but got 9.
153
+ src/lib/classBuilder.test/classBuilder.test.implementation.ts(73,9): error TS2554: Expected 8 arguments, but got 9.
154
+ src/lib/classBuilder.test/classBuilder.test.implementation.ts(86,9): error TS2554: Expected 8 arguments, but got 9.
155
+ src/lib/classBuilder.test/classBuilder.test.implementation.ts(207,30): error TS2322: Type '(builder: ClassBuilder<any, any, any>) => Promise<ClassBuilder<any, any, any>>' is not assignable to type '(builder: ClassBuilder<any, any, any>) => ClassBuilder<any, any, any>'.
168
156
  Type 'Promise<ClassBuilder<any, any, any>>' is missing the following properties from type 'ClassBuilder<any, any, any>': specs, assertThis, testResourceRequirement, artifacts, and 12 more.
169
- src/lib/classBuilder.test/classBuilder.test.implementation.ts(186,23): error TS2339: Property 'testRun' does not exist on type 'ClassBuilder<any, any, any>'.
170
- src/lib/classBuilder.test/classBuilder.test.specification.ts(60,7): error TS2554: Expected 2 arguments, but got 3.
171
- src/lib/classBuilder.test/classBuilder.test.types.ts(23,17): error TS2707: Generic type 'Ibdd_out' requires between 0 and 4 type arguments.
157
+ src/lib/classBuilder.test/classBuilder.test.implementation.ts(209,23): error TS2339: Property 'testRun' does not exist on type 'ClassBuilder<any, any, any>'.
158
+ src/lib/classBuilder.test/classBuilder.test.specification.ts(19,26): error TS2554: Expected 4 arguments, but got 3.
159
+ src/lib/classBuilder.test/classBuilder.test.specification.ts(24,35): error TS2554: Expected 4 arguments, but got 3.
160
+ src/lib/classBuilder.test/classBuilder.test.specification.ts(64,37): error TS2554: Expected 4 arguments, but got 3.
161
+ src/lib/classBuilder.test/classBuilder.test.specification.ts(69,36): error TS2554: Expected 4 arguments, but got 3.
162
+ src/lib/classBuilder.test/classBuilder.test.specification.ts(83,54): error TS2304: Cannot find name 'ITestJob'.
163
+ src/lib/classBuilder.test/classBuilder.test.specification.ts(101,7): error TS2554: Expected 2 arguments, but got 3.
172
164
  src/lib/classBuilder.test/mock.ts(45,7): error TS2345: 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<...>; }, keyof M> & M & { ...; }'.
173
165
  Type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; }, keyof M>' is missing the following properties from type '{ suites: Record<string, never>; givens: Record<string, any>; whens: Record<string, any>; thens: Record<string, any>; }': suites, givens, whens, thens
174
166
  src/lib/classBuilder.ts(86,18): error TS2556: A spread argument must either have a tuple type or be passed to a rest parameter.
175
167
  src/lib/classBuilder.ts(101,28): error TS2556: A spread argument must either have a tuple type or be passed to a rest parameter.
176
- src/lib/core.test/core.test.adapter.ts(8,3): error TS2719: Type '(subject: import("/Users/adam/Code/testeranto/src/lib/core.test/MockCore").MockCore<any, any, any>, initializer: (c?: any) => () => import("/Users/adam/Code/testeranto/src/lib/core.test/MockCore").MockCore<any, any, any>, testResource: import("/Users/adam/Code/testeranto/src/lib/index").ITTestResourceConfiguration, ...' is not assignable to type '(subject: import("/Users/adam/Code/testeranto/src/lib/core.test/MockCore").MockCore<any, any, any>, initializer: (c?: any) => () => import("/Users/adam/Code/testeranto/src/lib/core.test/MockCore").MockCore<any, any, any>, testResource: import("/Users/adam/Code/testeranto/src/lib/index").ITTestResourceConfiguration, ...'. Two different types with this name exist, but they are unrelated.
177
- Type 'Promise<() => MockCore<any, any, any>>' is not assignable to type 'Promise<MockCore<any, any, any>>'.
178
- Type '() => MockCore<any, any, any>' is not assignable to type 'MockCore<any, any, any>'.
179
- src/lib/core.test/core.test.adapter.ts(12,26): error TS2554: Expected 1 arguments, but got 2.
180
- src/lib/core.test/core.test.adapter.ts(15,26): error TS2554: Expected 1 arguments, but got 2.
181
- src/lib/core.test/core.test.adapter.ts(17,25): error TS2739: Type 'MockCore<any, any, any>' is missing the following properties from type 'Promise<unknown>': then, catch, finally, [Symbol.toStringTag]
182
- src/lib/core.test/core.test.implementation.ts(17,9): error TS2304: Cannot find name 'specification'.
183
- src/lib/core.test/core.test.implementation.ts(19,11): error TS2322: Type 'never[]' is not assignable to type 'number'.
184
- src/lib/core.test/core.test.implementation.ts(20,9): error TS2304: Cannot find name 'testAdapter'.
185
- src/lib/core.test/core.test.implementation.ts(27,9): error TS2304: Cannot find name 'specification'.
186
- src/lib/core.test/core.test.implementation.ts(29,11): error TS2322: Type 'never[]' is not assignable to type 'number'.
187
- src/lib/core.test/core.test.implementation.ts(30,9): error TS2304: Cannot find name 'testAdapter'.
188
- src/lib/core.test/core.test.implementation.ts(37,9): error TS2304: Cannot find name 'specification'.
189
- src/lib/core.test/core.test.implementation.ts(40,9): error TS2304: Cannot find name 'testAdapter'.
190
- src/lib/core.test/core.test.implementation.ts(47,9): error TS2304: Cannot find name 'specification'.
191
- src/lib/core.test/core.test.implementation.ts(49,11): error TS2322: Type 'never[]' is not assignable to type 'number'.
192
- src/lib/core.test/core.test.implementation.ts(50,14): error TS2304: Cannot find name 'testAdapter'.
193
- src/lib/core.test/core.test.implementation.ts(106,20): error TS2339: Property 'testAdapter' does not exist on type 'MockCore<any, any, any>'.
194
- src/lib/core.test/core.test.implementation.ts(115,30): error TS2322: Type '(builder: MockCore<any, any, any>) => Promise<MockCore<any, any, any>>' is not assignable to type '(builder: MockCore<any, any, any>) => MockCore<any, any, any>'.
195
- Type 'Promise<MockCore<any, any, any>>' is missing the following properties from type 'MockCore<any, any, any>': receiveTestResourceConfig, specs, assertThis, testResourceRequirement, and 13 more.
196
- src/lib/core.test/core.test.specification.ts(21,13): error TS2353: Object literal may only specify known properties, and 'test' does not exist in type 'string[]'.
197
- src/lib/core.test/core.test.specification.ts(28,13): error TS2353: Object literal may only specify known properties, and 'ports' does not exist in type 'string[]'.
198
- src/lib/core.test/core.test.specification.ts(34,13): error TS2353: Object literal may only specify known properties, and 'assertThis' does not exist in type 'string[]'.
199
- src/lib/core.test/core.test.specification.ts(58,7): error TS2554: Expected 2 arguments, but got 3.
200
- src/lib/core.test/core.test.specification.ts(86,14): error TS2304: Cannot find name 'implementation'.
201
- src/lib/core.test/core.test.ts(14,3): error TS2554: Expected 4-5 arguments, but got 6.
168
+ src/lib/core.test/core.test.adapter.ts(33,26): error TS2554: Expected 1 arguments, but got 2.
169
+ src/lib/core.test/core.test.adapter.ts(36,26): error TS2554: Expected 1 arguments, but got 2.
170
+ src/lib/core.test/core.test.adapter.ts(38,25): error TS2739: Type 'MockCore<any, any, any>' is missing the following properties from type 'Promise<unknown>': then, catch, finally, [Symbol.toStringTag]
171
+ src/lib/core.test/core.test.implementation.ts(25,11): error TS2304: Cannot find name 'specification'.
172
+ src/lib/core.test/core.test.implementation.ts(27,11): error TS2345: Argument of type '{ ports: number[]; }' is not assignable to parameter of type 'ITTestResourceRequest'.
173
+ Types of property 'ports' are incompatible.
174
+ Type 'number[]' is not assignable to type 'number'.
175
+ src/lib/core.test/core.test.implementation.ts(28,11): error TS2304: Cannot find name 'testAdapter'.
176
+ src/lib/core.test/core.test.implementation.ts(41,9): error TS2304: Cannot find name 'specification'.
177
+ src/lib/core.test/core.test.implementation.ts(43,11): error TS2322: Type 'never[]' is not assignable to type 'number'.
178
+ src/lib/core.test/core.test.implementation.ts(44,9): error TS2304: Cannot find name 'testAdapter'.
179
+ src/lib/core.test/core.test.implementation.ts(51,9): error TS2304: Cannot find name 'specification'.
180
+ src/lib/core.test/core.test.implementation.ts(54,9): error TS2304: Cannot find name 'testAdapter'.
181
+ src/lib/core.test/core.test.implementation.ts(61,9): error TS2304: Cannot find name 'specification'.
182
+ src/lib/core.test/core.test.implementation.ts(63,11): error TS2322: Type 'never[]' is not assignable to type 'number'.
183
+ src/lib/core.test/core.test.implementation.ts(64,14): error TS2304: Cannot find name 'testAdapter'.
184
+ src/lib/core.test/core.test.implementation.ts(97,65): error TS2339: Property 'constructor' does not exist on type 'never'.
185
+ src/lib/core.test/core.test.implementation.ts(141,30): error TS2322: Type '(builder: MockCore<any, any, any>) => Promise<MockCore<any, any, any>>' is not assignable to type '(builder: MockCore<any, any, any>) => MockCore<any, any, any>'.
186
+ Type 'Promise<MockCore<any, any, any>>' is missing the following properties from type 'MockCore<any, any, any>': specs, testJobs, artifacts, testResourceRequirement, and 14 more.
187
+ src/lib/core.test/core.test.specification.ts(29,7): error TS2554: Expected 2 arguments, but got 4.
188
+ src/lib/core.test/core.test.specification.ts(42,13): error TS2353: Object literal may only specify known properties, and 'test' does not exist in type 'string[]'.
189
+ src/lib/core.test/core.test.specification.ts(49,13): error TS2353: Object literal may only specify known properties, and 'ports' does not exist in type 'string[]'.
190
+ src/lib/core.test/core.test.specification.ts(55,13): error TS2353: Object literal may only specify known properties, and 'assertThis' does not exist in type 'string[]'.
191
+ src/lib/core.test/core.test.specification.ts(82,105): error TS2554: Expected 2 arguments, but got 3.
202
192
  src/lib/core.test/core.test.types.ts(15,17): error TS2707: Generic type 'Ibdd_out' requires between 0 and 4 type arguments.
203
- src/lib/core.test/MockCore.ts(24,56): error TS2322: Type 'never[]' is not assignable to type 'number'.
204
- src/lib/core.test/MockCore.ts(31,7): error TS2345: 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<...>; }, keyof M> & M & { ...; }'.
193
+ src/lib/core.test/MockCore.ts(32,56): error TS2322: Type 'never[]' is not assignable to type 'number'.
194
+ src/lib/core.test/MockCore.ts(72,7): error TS2345: 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<...>; }, keyof M> & M & { ...; }'.
205
195
  Type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; }, 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>; }': suites, givens, whens, thens
206
196
  src/lib/core.ts(46,7): error TS2345: Argument of type 'Omit<{ suites: import("/Users/adam/Code/testeranto/src/Types").TestSuiteImplementation<O>; givens: import("/Users/adam/Code/testeranto/src/Types").TestGivenImplementation<I, O>; whens: import("/Users/adam/Code/testeranto/src/Types").TestWhenImplementation<...>; thens: import("/Users/adam/Code/testeranto/src/Types")....' is not assignable to parameter of type 'Omit<{ suites: import("/Users/adam/Code/testeranto/src/Types").TestSuiteImplementation<O>; givens: import("/Users/adam/Code/testeranto/src/Types").TestGivenImplementation<I, O>; whens: import("/Users/adam/Code/testeranto/src/Types").TestWhenImplementation<...>; thens: import("/Users/adam/Code/testeranto/src/Types")....'.
207
197
  Type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; }, keyof M> & M & { ...; }' is not assignable to type '{ suites: Record<string, never>; givens: Record<string, any>; whens: Record<string, any>; thens: Record<string, any>; }'.
@@ -269,9 +259,9 @@ src/lib/pmProxy.test/types.ts(21,17): error TS2707: Generic type 'Ibdd_out' requ
269
259
  src/mothership/test.ts(66,7): error TS2554: Expected 2 arguments, but got 3.
270
260
  src/mothership/test.ts(72,13): error TS2322: Type '(x: any) => any' is not assignable to type 'string'.
271
261
  src/mothership/test.ts(101,20): error TS2304: Cannot find name 'IPartialNodeAdapter'.
262
+ src/NavBar.tsx(76,23): error TS2353: Object literal may only specify known properties, and '':hover'' does not exist in type 'Properties<string | number, string & {}>'.
272
263
  src/Node.ts(34,7): error TS2345: 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<...>; }, keyof M> & M & { ...; }'.
273
264
  Type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; }, 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>; }': suites, givens, whens, thens
274
- src/Node.ts(59,24): error TS2304: Cannot find name 'INodeAdapter'.
275
265
  src/PM/__tests__/nodeSidecar.testeranto.ts(51,43): error TS2304: Cannot find name 'I'.
276
266
  src/PM/__tests__/nodeSidecar.testeranto.ts(52,13): error TS2322: Type '(x: any) => any' is not assignable to type 'string'.
277
267
  src/PM/__tests__/nodeSidecar.testeranto.ts(93,29): error TS2454: Variable 'callbackFn' is used before being assigned.
@@ -298,102 +288,114 @@ src/PM/__tests__/webSidecar.testeranto.ts(94,38): error TS2322: Type 'boolean' i
298
288
  src/PM/__tests__/webSidecar.testeranto.ts(109,18): error TS2339: Property 'removeListenerCalled' does not exist on type 'PM'.
299
289
  src/PM/__tests__/webSidecar.testeranto.ts(118,20): error TS2304: Cannot find name 'IPartialNodeAdapter'.
300
290
  src/PM/__tests__/webSidecar.testeranto.ts(118,40): error TS2304: Cannot find name 'I'.
301
- src/PM/main.ts(814,38): error TS2345: Argument of type 'number | null' is not assignable to parameter of type 'number'.
291
+ src/PM/main.ts(815,38): error TS2345: Argument of type 'number | null' is not assignable to parameter of type 'number'.
302
292
  Type 'null' is not assignable to type 'number'.
303
- src/PM/main.ts(815,31): error TS2345: Argument of type 'number | null' is not assignable to parameter of type 'number'.
293
+ src/PM/main.ts(816,31): error TS2345: Argument of type 'number | null' is not assignable to parameter of type 'number'.
304
294
  Type 'null' is not assignable to type 'number'.
305
- src/PM/main.ts(981,6): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.
306
- src/PM/main.ts(1019,27): error TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.
307
- src/PM/main.ts(1147,16): error TS2339: Property 'sidecars' does not exist on type 'PM_Main'.
308
- src/PM/main.ts(1185,27): error TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.
309
- src/PM/main.ts(1200,9): error TS2322: Type 'undefined' is not assignable to type '[number, ITTestResourceConfiguration]'.
310
- src/PM/main.ts(1338,9): error TS2322: Type 'string' is not assignable to type 'Page'.
311
- src/PM/main.ts(1462,9): error TS2532: Object is possibly 'undefined'.
295
+ src/PM/main.ts(982,6): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.
296
+ src/PM/main.ts(1020,27): error TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.
297
+ src/PM/main.ts(1148,16): error TS2339: Property 'sidecars' does not exist on type 'PM_Main'.
298
+ src/PM/main.ts(1186,27): error TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.
299
+ src/PM/main.ts(1201,9): error TS2322: Type 'undefined' is not assignable to type '[number, ITTestResourceConfiguration]'.
300
+ src/PM/main.ts(1339,9): error TS2322: Type 'string' is not assignable to type 'Page'.
301
+ src/PM/main.ts(1463,9): error TS2532: Object is possibly 'undefined'.
312
302
  src/PM/web.ts(56,12): error TS2304: Cannot find name 'opts'.
313
303
  src/PM/web.ts(57,57): error TS2304: Cannot find name 'opts'.
314
304
  src/PM/web.ts(59,7): error TS2663: Cannot find name 'page'. Did you mean the instance member 'this.page'?
315
- src/Project.tsx(113,74): error TS2339: Property 'errors' does not exist on type 'string'.
316
- src/Project.tsx(113,88): error TS2339: Property 'errors' does not exist on type 'string'.
317
- src/Project.tsx(117,75): error TS2339: Property 'errors' does not exist on type 'string'.
318
- src/Project.tsx(117,89): error TS2339: Property 'errors' does not exist on type 'string'.
319
- src/Project.tsx(123,73): error TS2339: Property 'errors' does not exist on type 'string'.
320
- src/Project.tsx(123,87): error TS2339: Property 'errors' does not exist on type 'string'.
321
- src/Project.tsx(127,73): error TS2339: Property 'errors' does not exist on type 'string'.
322
- src/Project.tsx(127,87): error TS2339: Property 'errors' does not exist on type 'string'.
323
- src/Project.tsx(133,74): error TS2339: Property 'errors' does not exist on type 'string'.
324
- src/Project.tsx(133,88): error TS2339: Property 'errors' does not exist on type 'string'.
325
- src/Project.tsx(137,75): error TS2339: Property 'errors' does not exist on type 'string'.
326
- src/Project.tsx(137,89): error TS2339: Property 'errors' does not exist on type 'string'.
327
- src/Project.tsx(148,86): error TS2339: Property 'errors' does not exist on type 'string'.
328
- src/Project.tsx(148,100): error TS2339: Property 'errors' does not exist on type 'string'.
329
- src/Project.tsx(152,66): error TS2339: Property 'errors' does not exist on type 'string'.
330
- src/Project.tsx(152,80): error TS2339: Property 'errors' does not exist on type 'string'.
331
- src/Project.tsx(156,65): error TS2339: Property 'errors' does not exist on type 'string'.
332
- src/Project.tsx(156,79): error TS2339: Property 'errors' does not exist on type 'string'.
333
- src/Project.tsx(173,85): error TS2339: Property 'errors' does not exist on type 'string'.
334
- src/Project.tsx(173,99): error TS2339: Property 'errors' does not exist on type 'string'.
335
- src/Project.tsx(177,65): error TS2339: Property 'errors' does not exist on type 'string'.
336
- src/Project.tsx(177,79): error TS2339: Property 'errors' does not exist on type 'string'.
337
- src/Project.tsx(181,64): error TS2339: Property 'errors' does not exist on type 'string'.
338
- src/Project.tsx(181,78): error TS2339: Property 'errors' does not exist on type 'string'.
339
- src/Project.tsx(198,86): error TS2339: Property 'errors' does not exist on type 'string'.
340
- src/Project.tsx(198,100): error TS2339: Property 'errors' does not exist on type 'string'.
341
- src/Project.tsx(202,66): error TS2339: Property 'errors' does not exist on type 'string'.
342
- src/Project.tsx(202,80): error TS2339: Property 'errors' does not exist on type 'string'.
343
- src/Project.tsx(206,65): error TS2339: Property 'errors' does not exist on type 'string'.
344
- src/Project.tsx(206,79): error TS2339: Property 'errors' does not exist on type 'string'.
345
- src/Project.tsx(271,112): error TS2339: Property 'errors' does not exist on type 'string'.
346
- src/Project.tsx(272,87): error TS2339: Property 'errors' does not exist on type 'string'.
347
- src/Project.tsx(273,89): error TS2339: Property 'errors' does not exist on type 'string'.
348
- src/Project.tsx(282,89): error TS2339: Property 'errors' does not exist on type 'string'.
349
- src/Project.tsx(283,89): error TS2339: Property 'errors' does not exist on type 'string'.
350
- src/Project.tsx(284,91): error TS2339: Property 'errors' does not exist on type 'string'.
351
- src/Project.tsx(290,88): error TS2339: Property 'errors' does not exist on type 'string'.
352
- src/Project.tsx(291,87): error TS2339: Property 'errors' does not exist on type 'string'.
353
- src/Project.tsx(292,89): error TS2339: Property 'errors' does not exist on type 'string'.
354
- src/Project.tsx(307,54): error TS18048: 'y.runTimeErrors' is possibly 'undefined'.
355
- src/Project.tsx(307,54): error TS2365: Operator '<' cannot be applied to types 'string | number' and 'number'.
356
- src/Project.tsx(315,53): error TS18048: 'y.runTimeErrors' is possibly 'undefined'.
357
- src/Project.tsx(315,53): error TS2365: Operator '>' cannot be applied to types 'string | number' and 'number'.
358
- src/Project.tsx(367,38): error TS2345: Argument of type 'FunctionComponentElement<{}>' is not assignable to parameter of type 'ReactNode'.
359
- Property 'children' is missing in type 'FunctionComponentElement<{}>' but required in type 'ReactPortal'.
360
- src/Pure.test.ts(17,14): error TS2707: Generic type 'Ibdd_out' requires between 0 and 4 type arguments.
361
- src/Pure.test.ts(286,3): error TS2345: Argument of type '{ suites: { Default: string; }; givens: { Default: () => { pm: IPM; config: {}; proxies: { butThenProxy: (pm: IPM, path: string) => { writeFileSync: (p: string, c: string) => any; server: PuppetMasterServer; testResourceConfiguration: ITTestResourceConfiguration; } | { ...; } | { ...; }; andWhenProxy: (pm: IPM, path...' is not assignable to parameter of type 'Omit<{ suites: TestSuiteImplementation<any>; givens: TestGivenImplementation<PureI, any>; whens: TestWhenImplementation<PureI, any>; thens: TestThenImplementation<...>; }, never>'.
362
- Types of property 'givens' are incompatible.
363
- Type '{ Default: () => { pm: IPM; config: {}; proxies: { butThenProxy: (pm: IPM, path: string) => { writeFileSync: (p: string, c: string) => any; server: PuppetMasterServer; testResourceConfiguration: ITTestResourceConfiguration; } | { ...; } | { ...; }; andWhenProxy: (pm: IPM, path: string) => { ...; } | ... 1 more ... |...' is not assignable to type 'TestGivenImplementation<PureI, any>'.
364
- Property 'Default' is incompatible with index signature.
365
- Type '() => { pm: IPM; config: {}; proxies: { butThenProxy: (pm: IPM, path: string) => { writeFileSync: (p: string, c: string) => any; server: PuppetMasterServer; testResourceConfiguration: ITTestResourceConfiguration; } | { ...; } | { ...; }; andWhenProxy: (pm: IPM, path: string) => { ...; } | ... 1 more ... | { ...; }; ...' is not assignable to type '(...Ig: any) => () => IPM'.
366
- Type '{ pm: IPM; config: {}; proxies: { butThenProxy: (pm: IPM, path: string) => { writeFileSync: (p: string, c: string) => any; server: PuppetMasterServer; testResourceConfiguration: ITTestResourceConfiguration; } | { ...; } | { ...; }; andWhenProxy: (pm: IPM, path: string) => { ...; } | ... 1 more ... | { ...; }; before...' is not assignable to type '() => IPM'.
367
- Type '{ pm: IPM; config: {}; proxies: { butThenProxy: (pm: IPM, path: string) => { writeFileSync: (p: string, c: string) => any; server: PuppetMasterServer; testResourceConfiguration: ITTestResourceConfiguration; } | { ...; } | { ...; }; andWhenProxy: (pm: IPM, path: string) => { ...; } | ... 1 more ... | { ...; }; before...' provides no match for the signature '(): IPM'.
305
+ src/ProjectPage.tsx(290,35): error TS2339: Property 'tests' does not exist on type 'object'.
306
+ src/ProjectPage.tsx(314,19): error TS2801: This condition will always return true since this 'Promise<boolean>' is always defined.
307
+ src/ProjectPage.tsx(314,47): error TS2339: Property 'testsExist' does not exist on type 'string | { runTimeErrors: number | "?" | undefined; typeErrors: number | "?" | undefined; staticErrors: number | "?" | undefined; prompt: string | undefined; failingFeatures: object | undefined; }'.
308
+ Property 'testsExist' does not exist on type 'string'.
309
+ src/ProjectPage.tsx(315,38): error TS2339: Property 'runTimeErrors' does not exist on type 'string | { runTimeErrors: number | "?" | undefined; typeErrors: number | "?" | undefined; staticErrors: number | "?" | undefined; prompt: string | undefined; failingFeatures: object | undefined; }'.
310
+ Property 'runTimeErrors' does not exist on type 'string'.
311
+ src/ProjectPage.tsx(316,35): error TS2339: Property 'typeErrors' does not exist on type 'string | { runTimeErrors: number | "?" | undefined; typeErrors: number | "?" | undefined; staticErrors: number | "?" | undefined; prompt: string | undefined; failingFeatures: object | undefined; }'.
312
+ Property 'typeErrors' does not exist on type 'string'.
313
+ src/ProjectPage.tsx(317,37): error TS2339: Property 'staticErrors' does not exist on type 'string | { runTimeErrors: number | "?" | undefined; typeErrors: number | "?" | undefined; staticErrors: number | "?" | undefined; prompt: string | undefined; failingFeatures: object | undefined; }'.
314
+ Property 'staticErrors' does not exist on type 'string'.
315
+ src/ProjectPage.tsx(397,45): error TS2339: Property 'tests' does not exist on type 'object'.
316
+ src/ProjectsPage.tsx(92,34): error TS2322: Type 'null' is not assignable to type 'string | undefined'.
317
+ src/ProjectsPage.tsx(117,61): error TS2339: Property 'tests' does not exist on type 'object'.
318
+ src/ProjectsPage.tsx(118,48): error TS18048: 'testData.runTimeErrors' is possibly 'undefined'.
319
+ src/ProjectsPage.tsx(118,48): error TS2365: Operator '>' cannot be applied to types 'string | number' and 'number'.
320
+ src/ProjectsPage.tsx(119,47): error TS18048: 'testData.typeErrors' is possibly 'undefined'.
321
+ src/ProjectsPage.tsx(119,47): error TS2365: Operator '>' cannot be applied to types 'string | number' and 'number'.
322
+ src/ProjectsPage.tsx(119,74): error TS18048: 'testData.staticErrors' is possibly 'undefined'.
323
+ src/ProjectsPage.tsx(119,74): error TS2365: Operator '>' cannot be applied to types 'string | number' and 'number'.
324
+ src/Pure.test.ts(58,20): error TS2322: Type '{ pm: IPM; config: {}; proxies: { butThenProxy: (pm: IPM, path: string) => { writeFileSync: (p: string, c: string) => any; server: PuppetMasterServer; testResourceConfiguration: ITTestResourceConfiguration; } | { ...; } | { ...; }; andWhenProxy: (pm: IPM, path: string) => { ...; } | ... 1 more ... | { ...; }; before...' is not assignable to type '() => IPM'.
325
+ Type '{ pm: IPM; config: {}; proxies: { butThenProxy: (pm: IPM, path: string) => { writeFileSync: (p: string, c: string) => any; server: PuppetMasterServer; testResourceConfiguration: ITTestResourceConfiguration; } | { ...; } | { ...; }; andWhenProxy: (pm: IPM, path: string) => { ...; } | ... 1 more ... | { ...; }; before...' provides no match for the signature '(): IPM'.
326
+ src/Pure.test.ts(82,5): error TS2322: Type '(proxyType: string) => (store: { pm: IPM; }) => { pm: IPM; } | { pm: {}; } | { largePayload: boolean; pm: { writeFileSync: (p: string, c: string) => boolean; server: PuppetMasterServer; testResourceConfiguration: ITTestResourceConfiguration; } | { ...; } | { ...; }; } | { ...; }' is not assignable to type '(Iw_0: string) => (zel: { pm: IPM; }, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: { pm: IPM; }) => { pm: IPM; }>'.
327
+ Call signature return types '(store: { pm: IPM; }) => { pm: IPM; } | { pm: {}; } | { largePayload: boolean; pm: { writeFileSync: (p: string, c: string) => boolean; server: PuppetMasterServer; testResourceConfiguration: ITTestResourceConfiguration; } | { ...; } | { ...; }; } | { ...; }' and '(zel: { pm: IPM; }, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: { pm: IPM; }) => { pm: IPM; }>' are incompatible.
328
+ Type '{ pm: IPM; } | { pm: {}; } | { largePayload: boolean; pm: { writeFileSync: (p: string, c: string) => boolean; server: PuppetMasterServer; testResourceConfiguration: ITTestResourceConfiguration; } | { ...; } | { ...; }; } | { ...; }' is not assignable to type 'Promise<(store: { pm: IPM; }) => { pm: IPM; }>'.
329
+ Type '{ pm: IPM; }' is missing the following properties from type 'Promise<(store: { pm: IPM; }) => { pm: IPM; }>': then, catch, finally, [Symbol.toStringTag]
330
+ src/Pure.test.ts(115,5): error TS2322: Type '(artifact: Promise<string>) => (store: { pm: IPM; }) => { artifacts: any[]; pm: IPM; }' is not assignable to type '(Iw_0: Promise<string>) => (zel: { pm: IPM; }, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: { pm: IPM; }) => { pm: IPM; }>'.
331
+ Call signature return types '(store: { pm: IPM; }) => { artifacts: any[]; pm: IPM; }' and '(zel: { pm: IPM; }, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: { pm: IPM; }) => { pm: IPM; }>' are incompatible.
332
+ Type '{ artifacts: any[]; pm: IPM; }' is missing the following properties from type 'Promise<(store: { pm: IPM; }) => { pm: IPM; }>': then, catch, finally, [Symbol.toStringTag]
333
+ src/Pure.test.ts(119,31): error TS2339: Property 'artifacts' does not exist on type '{ pm: IPM; }'.
334
+ src/Pure.test.ts(122,5): error TS2322: Type '(jobs: any[]) => (store: { pm: IPM; }) => { testJobs: any[]; pm: IPM; }' is not assignable to type '(Iw_0: any[]) => (zel: { pm: IPM; }, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: { pm: IPM; }) => { pm: IPM; }>'.
335
+ Call signature return types '(store: { pm: IPM; }) => { testJobs: any[]; pm: IPM; }' and '(zel: { pm: IPM; }, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: { pm: IPM; }) => { pm: IPM; }>' are incompatible.
336
+ Type '{ testJobs: any[]; pm: IPM; }' is missing the following properties from type 'Promise<(store: { pm: IPM; }) => { pm: IPM; }>': then, catch, finally, [Symbol.toStringTag]
337
+ src/Pure.test.ts(129,5): error TS2322: Type '(modifier: (specs: any) => any[]) => (store: { pm: IPM; }) => { specs: any[]; pm: IPM; }' is not assignable to type '(Iw_0: (specs: any) => any[]) => (zel: { pm: IPM; }, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: { pm: IPM; }) => { pm: IPM; }>'.
338
+ Call signature return types '(store: { pm: IPM; }) => { specs: any[]; pm: IPM; }' and '(zel: { pm: IPM; }, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: { pm: IPM; }) => { pm: IPM; }>' are incompatible.
339
+ Type '{ specs: any[]; pm: IPM; }' is missing the following properties from type 'Promise<(store: { pm: IPM; }) => { pm: IPM; }>': then, catch, finally, [Symbol.toStringTag]
340
+ src/Pure.test.ts(133,31): error TS2339: Property 'specs' does not exist on type '{ pm: IPM; }'.
341
+ src/Pure.test.ts(139,32): error TS2322: Type '(store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
342
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
343
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
344
+ src/Pure.test.ts(145,27): error TS2322: Type '(store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
345
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
346
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
347
+ src/Pure.test.ts(146,20): error TS2339: Property 'getCallCount' does not exist on type 'IPM'.
348
+ Property 'getCallCount' does not exist on type 'PM_Pure'.
349
+ src/Pure.test.ts(151,24): error TS2322: Type '(store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
350
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
351
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
352
+ src/Pure.test.ts(155,29): error TS2322: Type '(store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
353
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
354
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
355
+ src/Pure.test.ts(159,30): error TS2322: Type '(store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
356
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
357
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
358
+ src/Pure.test.ts(160,20): error TS2339: Property 'getCallCount' does not exist on type 'IPM'.
359
+ Property 'getCallCount' does not exist on type 'PM_Pure'.
360
+ src/Pure.test.ts(165,5): error TS2322: Type '(expectedCount: number) => (store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(It_0: number) => (ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
361
+ Call signature return types '(store: { pm: IPM; }) => { pm: IPM; }' and '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }' are incompatible.
362
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
363
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
364
+ src/Pure.test.ts(166,36): error TS2339: Property 'getCallCount' does not exist on type 'IPM'.
365
+ Property 'getCallCount' does not exist on type 'PM_Pure'.
366
+ src/Pure.test.ts(174,5): error TS2322: Type '(expectedPath: string) => (store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(It_0: string) => (ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
367
+ Call signature return types '(store: { pm: IPM; }) => { pm: IPM; }' and '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }' are incompatible.
368
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
369
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
370
+ src/Pure.test.ts(177,35): error TS2339: Property 'getLastCall' does not exist on type 'IPM'.
371
+ Property 'getLastCall' does not exist on type 'PM_Pure'.
372
+ src/Pure.test.ts(183,26): error TS2322: Type '(store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
373
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
374
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
375
+ src/Pure.test.ts(184,20): error TS2339: Property 'getCallCount' does not exist on type 'IPM'.
376
+ Property 'getCallCount' does not exist on type 'PM_Pure'.
377
+ src/Pure.test.ts(189,5): error TS2322: Type '(expectedError: string) => (store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(It_0: string) => (ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
378
+ Call signature return types '(store: { pm: IPM; }) => { pm: IPM; }' and '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }' are incompatible.
379
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
380
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
381
+ src/Pure.test.ts(202,33): error TS2322: Type '(store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
382
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
383
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
384
+ src/Pure.test.ts(208,31): error TS2322: Type '(store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
385
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
386
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
387
+ src/Pure.test.ts(216,29): error TS2322: Type '(store: { pm: IPM; }) => { pm: IPM; }' is not assignable to type '(ssel: { pm: IPM; }, utils: PM) => (store: { pm: IPM; }) => { pm: IPM; }'.
388
+ Type '{ pm: IPM; }' is not assignable to type '(store: { pm: IPM; }) => { pm: IPM; }'.
389
+ Type '{ pm: IPM; }' provides no match for the signature '(store: { pm: IPM; }): { pm: IPM; }'.
368
390
  src/Pure.ts(32,7): error TS2345: 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<...>; }, keyof M> & M & { ...; }'.
369
391
  Type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; }, 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>; }': suites, givens, whens, thens
370
- src/Pure.ts(41,9): error TS2416: Property 'receiveTestResourceConfig' in type 'PureTesteranto<I, O, M>' is not assignable to the same property in base type 'TesterantoCore<I, O, M>'.
371
- Type '(partialTestResource: string) => Promise<IFinalResults | -2>' is not assignable to type '(partialTestResource: string) => Promise<IFinalResults>'.
372
- Type 'Promise<IFinalResults | -2>' is not assignable to type 'Promise<IFinalResults>'.
373
- Type 'IFinalResults | -2' is not assignable to type 'IFinalResults'.
374
- Type 'number' is not assignable to type 'IFinalResults'.
375
- src/Pure.ts(65,3): error TS2322: Type 'PureTesteranto<I, O, M>' is not assignable to type 'number | TesterantoCore<I, O, M>'.
376
- Type 'PureTesteranto<I, O, M>' is not assignable to type 'TesterantoCore<I, O, M>'.
377
- The types returned by 'receiveTestResourceConfig(...)' are incompatible between these types.
378
- Type 'Promise<IFinalResults | -2>' is not assignable to type 'Promise<IFinalResults>'.
379
- Type 'IFinalResults | -2' is not assignable to type 'IFinalResults'.
380
- Type 'number' is not assignable to type 'IFinalResults'.
381
- src/ReportApp.tsx(30,11): error TS2304: Cannot find name 'fetchSummaries'.
382
- src/ReportApp.tsx(31,11): error TS2304: Cannot find name 'fetchConfigs'.
383
- src/ReportApp.tsx(32,11): error TS2304: Cannot find name 'fetchRuntimeLogs'.
384
- src/ReportApp.tsx(33,11): error TS2304: Cannot find name 'fetchRuntimeLogs'.
385
- src/ReportApp.tsx(34,11): error TS2304: Cannot find name 'fetchRuntimeLogs'.
386
- src/ReportApp.tsx(80,37): error TS2304: Cannot find name 'ProjectOverview'.
387
- src/ReportApp.tsx(81,53): error TS2304: Cannot find name 'ProjectDetail'.
388
- src/ReportApp.tsx(82,68): error TS2304: Cannot find name 'TestReport'.
389
- src/TestReport.tsx(180,26): error TS2531: Object is possibly 'null'.
390
- src/TestReport.tsx(411,19): error TS2345: Argument of type 'FunctionComponentElement<{}>' is not assignable to parameter of type 'ReactNode'.
391
- Property 'children' is missing in type 'FunctionComponentElement<{}>' but required in type 'ReactPortal'.
392
- src/utils/buildTemplates.ts(29,34): error TS2769: No overload matches this call.
393
- Overload 1 of 2, '(o: {}): string[]', gave the following error.
394
- Argument of type 'unknown' is not assignable to parameter of type '{}'.
395
- Overload 2 of 2, '(o: object): string[]', gave the following error.
396
- Argument of type 'unknown' is not assignable to parameter of type 'object'.
392
+ src/Pure.ts(56,58): error TS2339: Property 'testImplementation' does not exist on type 'PureTesteranto<I, O, M>'.
393
+ src/ReportServer.ts(64,33): error TS2339: Property 'status' does not exist on type 'Error'.
394
+ src/TestPage.tsx(72,17): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'SetStateAction<string>'.
395
+ Type 'undefined' is not assignable to type 'SetStateAction<string>'.
396
+ src/TestPage.tsx(131,22): error TS2339: Property 'fails' does not exist on type 'TestData'.
397
+ src/TestPage.tsx(163,16): error TS2739: Type '{ testName: string; testsExist: boolean; runTimeErrors: number; variant: "compact"; }' is missing the following properties from type 'TestStatusBadgeProps': typeErrors, staticErrors
398
+ src/utils/api.ts(69,54): error TS2304: Cannot find name 'testName'.
397
399
  src/Web.ts(40,7): error TS2345: 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<...>; }, keyof M> & M & { ...; }'.
398
400
  Type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; }, 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>; }': suites, givens, whens, thens
399
401
  src/Web.ts(48,14): error TS2554: Expected 0 arguments, but got 1.