static render micro optim #2800
Annotations
6 errors and 4 warnings
tests/cases/unit/model/markerTreeGenerator.spec.tsx > Marker tree generator > combine nested markers:
packages/react-binding/tests/cases/unit/model/markerTreeGenerator.spec.tsx#L433
AssertionError: expected MarkerTreeRoot{ …(2) } to deeply equal MarkerTreeRoot{ …(2) }
- Expected
+ Received
MarkerTreeRoot {
"placeholdersByAliases": Map {},
"subTrees": Map {
"est_1543814756" => EntitySubTreeMarker {
"environment": Environment {
"options": Object {
"dimensions": Object {},
"extensions": Map {},
"node": Object {
"entity": Object {
"customPrimaryAllowed": false,
"fields": Map {
"id" => Object {
"__typename": "_Column",
"defaultValue": null,
"enumName": null,
"name": "id",
"nullable": false,
"type": "Uuid",
},
"hasMany" => Object {
"__typename": "_Relation",
"name": "hasMany",
"nullable": null,
"onDelete": null,
"orderBy": null,
"orphanRemoval": null,
"ownedBy": "hasOne",
"side": "inverse",
"targetEntity": "Bar",
"type": "OneHasMany",
},
"common" => Object {
"__typename": "_Relation",
"name": "common",
"nullable": null,
"onDelete": null,
"orderBy": null,
"orphanRemoval": null,
"ownedBy": "hasOne",
"side": "inverse",
"targetEntity": "Bar",
"type": "OneHasMany",
},
"fooField" => Object {
"__typename": "_Column",
"defaultValue": null,
"enumName": null,
"name": "fooField",
"nullable": false,
"type": "String",
},
"hasOneField" => Object {
"__typename": "_Column",
"defaultValue": null,
"enumName": null,
"name": "hasOneField",
"nullable": false,
"type": "String",
},
},
"name": "Foo",
"unique": Array [],
},
"expectedCardinality": "one",
"filter": Object {
"bar": Object {
"eq": 123,
},
},
"type": "subtree-entity",
},
"parameters": Object {},
"schema": Schema {
"store": Object {
"entities": Map {
"Foo" => Object {
"customPrimaryAllowed": false,
"fields": Map {
"id" => Object {
"__typename": "_Column",
"defaultValue": null,
"enumName": null,
"name": "id",
"nullable": false,
"type": "Uuid",
},
"hasMany" => Object {
"__typename": "_Relation",
"name": "hasMany",
"nullable": null,
"onDelete": null,
"orderBy": null,
"orphanRemoval": null,
"ownedBy": "hasOne",
"side": "inverse",
"targetEntity": "Bar",
"type": "OneHasMany",
},
"common" => Object {
"__typename": "_Relation",
"name": "common",
"nullable": null,
"onDelete": null,
"orderBy": null,
"orphanRemoval": null,
|
test (test, yarn run test)
Process completed with exit code 1.
|
test (build, yarn run build)
The job was canceled because "test_yarn_run_test" failed.
|
test (build, yarn run build)
The operation was canceled.
|
test (api-exporter, yarn run ts:build
yarn run ae:test
)
The job was canceled because "test_yarn_run_test" failed.
|
test (api-exporter, yarn run ts:build
yarn run ae:test
)
The operation was canceled.
|
test (dedupe, yarn dedupe --check)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (eslint, yarn run eslint:lint)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (lint-imports, yarn tsx ./scripts/lint/module-import-linter.ts)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (test, yarn run test)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|