testeranto 0.165.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.
- package/bundle.js +1 -1
- package/dist/common/src/Pure.js +2 -2
- package/dist/common/src/lib/baseBuilder.test/baseBuilder.test.mock.js +1 -1
- package/dist/common/src/lib/basebuilder.js +9 -7
- package/dist/common/src/lib/core.test/MockCore.js +17 -15
- package/dist/common/tsconfig.common.tsbuildinfo +1 -1
- package/dist/module/src/Pure.js +2 -2
- package/dist/module/src/lib/baseBuilder.test/baseBuilder.test.mock.js +1 -1
- package/dist/module/src/lib/basebuilder.js +9 -7
- package/dist/module/src/lib/core.test/MockCore.js +17 -15
- package/dist/module/tsconfig.module.tsbuildinfo +1 -1
- package/dist/prebuild/App.css +11669 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/types/src/lib/index.d.ts +0 -1
- package/dist/types/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/Pure.ts +2 -2
- package/src/lib/baseBuilder.test/baseBuilder.test.mock.ts +1 -1
- package/src/lib/basebuilder.ts +9 -9
- package/src/lib/core.test/MockCore.ts +26 -19
- package/src/lib/index.ts +1 -1
- package/testeranto/App.css +1 -20
- package/testeranto/bundles/node/allTests/chunk-H2IBV7SY.mjs +113 -0
- package/testeranto/bundles/node/allTests/chunk-IDCUSTSM.mjs +669 -0
- package/testeranto/bundles/node/allTests/chunk-ZHOULXPN.mjs +252 -0
- package/testeranto/bundles/node/allTests/metafile.json +28 -28
- package/testeranto/bundles/node/allTests/src/lib/BaseSuite.test/node.test.mjs +3 -3
- package/testeranto/bundles/node/allTests/src/lib/baseBuilder.test/baseBuilder.test.node.mjs +3 -3
- package/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs +3 -3
- package/testeranto/bundles/node/allTests/src/lib/core.test/core.test.mjs +11 -8
- package/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs +2 -2
- package/testeranto/bundles/pure/allTests/chunk-4ULDTZFU.mjs +666 -0
- package/testeranto/bundles/pure/allTests/chunk-5SBJWHSZ.mjs +200 -0
- package/testeranto/bundles/pure/allTests/metafile.json +18 -18
- package/testeranto/bundles/pure/allTests/src/Pure.test.mjs +2 -2
- package/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs +2 -2
- package/testeranto/bundles/pure/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure.mjs +2 -2
- package/testeranto/bundles/web/allTests/chunk-46E6YGGN.mjs +847 -0
- package/testeranto/bundles/web/allTests/metafile.json +10 -10
- package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.mjs +1 -1
- package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.mjs +2 -2
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/logs.txt +0 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/logs.txt +0 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt +0 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt +0 -0
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt +0 -0
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/lint_errors.txt +0 -12
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/type_errors.txt +2 -5
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/logs.txt +0 -0
- package/testeranto/reports/allTests/summary.json +2 -2
- package/tsc.log +236 -234
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"format": "esm"
|
|
182
182
|
},
|
|
183
183
|
"src/lib/index.ts": {
|
|
184
|
-
"bytes":
|
|
184
|
+
"bytes": 3568,
|
|
185
185
|
"imports": [
|
|
186
186
|
{
|
|
187
187
|
"path": "../PM/pure.js",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
"format": "esm"
|
|
300
300
|
},
|
|
301
301
|
"src/lib/basebuilder.ts": {
|
|
302
|
-
"bytes":
|
|
302
|
+
"bytes": 4874,
|
|
303
303
|
"imports": [
|
|
304
304
|
{
|
|
305
305
|
"path": "stream",
|
|
@@ -673,7 +673,7 @@
|
|
|
673
673
|
"format": "esm"
|
|
674
674
|
},
|
|
675
675
|
"src/lib/baseBuilder.test/baseBuilder.test.mock.ts": {
|
|
676
|
-
"bytes":
|
|
676
|
+
"bytes": 1988,
|
|
677
677
|
"imports": [
|
|
678
678
|
{
|
|
679
679
|
"path": "../../CoreTypes",
|
|
@@ -846,7 +846,7 @@
|
|
|
846
846
|
"testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.mjs": {
|
|
847
847
|
"imports": [
|
|
848
848
|
{
|
|
849
|
-
"path": "testeranto/bundles/web/allTests/chunk-
|
|
849
|
+
"path": "testeranto/bundles/web/allTests/chunk-46E6YGGN.mjs",
|
|
850
850
|
"kind": "import-statement"
|
|
851
851
|
}
|
|
852
852
|
],
|
|
@@ -870,7 +870,7 @@
|
|
|
870
870
|
"testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.mjs": {
|
|
871
871
|
"imports": [
|
|
872
872
|
{
|
|
873
|
-
"path": "testeranto/bundles/web/allTests/chunk-
|
|
873
|
+
"path": "testeranto/bundles/web/allTests/chunk-46E6YGGN.mjs",
|
|
874
874
|
"kind": "import-statement"
|
|
875
875
|
}
|
|
876
876
|
],
|
|
@@ -883,7 +883,7 @@
|
|
|
883
883
|
"bytesInOutput": 708
|
|
884
884
|
},
|
|
885
885
|
"src/lib/baseBuilder.test/baseBuilder.test.mock.ts": {
|
|
886
|
-
"bytesInOutput":
|
|
886
|
+
"bytesInOutput": 906
|
|
887
887
|
},
|
|
888
888
|
"src/lib/baseBuilder.test/baseBuilder.test.implementation.ts": {
|
|
889
889
|
"bytesInOutput": 3065
|
|
@@ -895,9 +895,9 @@
|
|
|
895
895
|
"bytesInOutput": 129
|
|
896
896
|
}
|
|
897
897
|
},
|
|
898
|
-
"bytes":
|
|
898
|
+
"bytes": 5871
|
|
899
899
|
},
|
|
900
|
-
"testeranto/bundles/web/allTests/chunk-
|
|
900
|
+
"testeranto/bundles/web/allTests/chunk-46E6YGGN.mjs": {
|
|
901
901
|
"imports": [],
|
|
902
902
|
"exports": [
|
|
903
903
|
"BaseBuilder",
|
|
@@ -927,7 +927,7 @@
|
|
|
927
927
|
"bytesInOutput": 3952
|
|
928
928
|
},
|
|
929
929
|
"src/lib/basebuilder.ts": {
|
|
930
|
-
"bytesInOutput":
|
|
930
|
+
"bytesInOutput": 2341
|
|
931
931
|
},
|
|
932
932
|
"src/lib/classBuilder.ts": {
|
|
933
933
|
"bytesInOutput": 1850
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
"bytesInOutput": 1706
|
|
940
940
|
}
|
|
941
941
|
},
|
|
942
|
-
"bytes":
|
|
942
|
+
"bytes": 21469
|
|
943
943
|
}
|
|
944
944
|
}
|
|
945
945
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseBuilder,
|
|
3
3
|
Web_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-46E6YGGN.mjs";
|
|
5
5
|
|
|
6
6
|
// src/lib/baseBuilder.test/baseBuilder.test.specification.ts
|
|
7
7
|
var specification = (Suite, Given, When, Then) => {
|
|
@@ -62,7 +62,7 @@ var MockBaseBuilder = class extends BaseBuilder {
|
|
|
62
62
|
failed: false,
|
|
63
63
|
fails: 0,
|
|
64
64
|
artifacts: [],
|
|
65
|
-
logPromise: Promise.resolve(),
|
|
65
|
+
// logPromise: Promise.resolve(),
|
|
66
66
|
features: []
|
|
67
67
|
});
|
|
68
68
|
}
|
|
Binary file
|
|
Binary file
|
package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt
CHANGED
|
Binary file
|
package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt
CHANGED
|
Binary file
|
package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt
CHANGED
|
Binary file
|
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
src/lib/core.test/MockCore.ts
|
|
2
|
-
20:17 Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
|
|
3
|
-
- undefined (fix)
|
|
4
|
-
- undefined (fix)
|
|
5
|
-
21:20 Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
|
|
6
|
-
- undefined (fix)
|
|
7
|
-
- undefined (fix)
|
|
8
|
-
22:21 Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
|
|
9
|
-
- undefined (fix)
|
|
10
|
-
- undefined (fix)
|
|
11
|
-
73:5 'partialTestResource' is defined but never used. (@typescript-eslint/no-unused-vars)
|
|
12
|
-
|
|
13
1
|
src/lib/core.test/core.test.implementation.ts
|
|
14
2
|
38:30 Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
|
|
15
3
|
- undefined (fix)
|
|
@@ -29,11 +29,8 @@
|
|
|
29
29
|
/Users/adam/Code/testeranto/src/lib/core.test/core.test.specification.ts (55,13): Object literal may only specify known properties, and 'assertThis' does not exist in type 'string[]'.
|
|
30
30
|
/Users/adam/Code/testeranto/src/lib/core.test/core.test.specification.ts (82,105): Expected 2 arguments, but got 3.
|
|
31
31
|
/Users/adam/Code/testeranto/src/lib/core.test/core.test.types.ts (15,17): Generic type 'Ibdd_out' requires between 0 and 4 type arguments.
|
|
32
|
-
/Users/adam/Code/testeranto/src/lib/core.test/MockCore.ts (
|
|
33
|
-
/Users/adam/Code/testeranto/src/lib/core.test/MockCore.ts (
|
|
34
|
-
/Users/adam/Code/testeranto/src/lib/core.test/MockCore.ts (60,5): 'super' must be called before accessing 'this' in the constructor of a derived class.
|
|
35
|
-
/Users/adam/Code/testeranto/src/lib/core.test/MockCore.ts (61,5): 'super' must be called before accessing 'this' in the constructor of a derived class.
|
|
36
|
-
/Users/adam/Code/testeranto/src/lib/core.test/MockCore.ts (65,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<...>; }, keyof M> & M & { ...; }'.
|
|
32
|
+
/Users/adam/Code/testeranto/src/lib/core.test/MockCore.ts (32,56): Type 'never[]' is not assignable to type 'number'.
|
|
33
|
+
/Users/adam/Code/testeranto/src/lib/core.test/MockCore.ts (72,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<...>; }, keyof M> & M & { ...; }'.
|
|
37
34
|
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
|
|
38
35
|
/Users/adam/Code/testeranto/src/lib/core.ts (46,7): 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")....'.
|
|
39
36
|
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>; }'.
|
|
Binary file
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"failingFeatures": {}
|
|
36
36
|
},
|
|
37
37
|
"src/lib/core.test/core.test.ts": {
|
|
38
|
-
"typeErrors":
|
|
39
|
-
"staticErrors":
|
|
38
|
+
"typeErrors": 38,
|
|
39
|
+
"staticErrors": 1,
|
|
40
40
|
"runTimeErrors": 0,
|
|
41
41
|
"prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/src/lib/core.test/core.test/prompt.txt",
|
|
42
42
|
"failingFeatures": {}
|