release:beta #468
Annotations
2 errors and 1 warning
tests/utils/mermaid.test.ts > from_edges > should create a mermaid flowchart from edges:
tests/utils/mermaid.test.ts#L12
AssertionError: expected 'flowchart LR\n\ta["a"] -->|up| b["b"]…' to be 'flowchart LR\n\ta[a] -->|up| b[b]\n\t…' // Object.is equality
- Expected
+ Received
flowchart LR
- a[a] -->|up| b[b]
- b[b] -.->|down| c[c]
+ a["a"] -->|up| b["b"]
+ b["b"] -.->|down| c["c"]
❯ tests/utils/mermaid.test.ts:12:5
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|