Skip to content

Commit 857acc8

Browse files
committed
init
1 parent 704a273 commit 857acc8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/autonolas-registry/tests/test-chains/TestChains.test.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,12 @@ describe('test-chains/TestChains.jsx', () => {
111111
},
112112
2 * 60 * 1000,
113113
);
114+
115+
it('should have the ALL addresses for ALL the chains listed in ADDRESSES object', () => {
116+
// const chains = Object.keys(ADDRESSES);
117+
// it.each(chains)('should have the addresses for %s', (chain) => {
118+
// const addresses = ADDRESSES[chain];
119+
// expect(Object.keys(addresses).length).toBeGreaterThan(0);
120+
// });
121+
});
114122
});

0 commit comments

Comments
 (0)