mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-12 15:54:09 +00:00
Add key to table (#140)
* Add key to table * Update multidim-interop/src/lib.ts Co-authored-by: Thomas Eizinger <thomas@eizinger.io> --------- Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
parent
a5ce5e6d0a
commit
ed99eadf82
@ -89,6 +89,7 @@ export const generateTable = (
|
||||
const uniqPairs = listUniqPairs(pairs);
|
||||
|
||||
const matrix = generateEmptyMatrix(uniqPairs, defaultValue);
|
||||
matrix[0][0] = "⬇️ dialer 📞 \\ ➡️ listener 🎧"
|
||||
|
||||
for (const result of results) {
|
||||
const { implA, implB } = result
|
||||
|
Loading…
x
Reference in New Issue
Block a user