Preserve obstacle connectivity in mesh nodes #393
Annotations
2 errors and 1 warning
|
test
Process completed with exit code 1.
|
|
error: expect(received).toEqual(expected):
tests/obstacle-connectivity.test.ts#L64
[
{
"availableZ": [
0,
- ],
- "connectedTo": [
- "net-top",
- ],
- },
- {
- "availableZ": [
1,
],
- "connectedTo": [
- "net-bottom",
- ],
+ "connectedTo": undefined,
},
]
- Expected - 10
+ Received + 1
at <anonymous> (/home/runner/work/rectdiff/rectdiff/tests/obstacle-connectivity.test.ts:64:30)
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|