Skip to content

Commit 7c686b1

Browse files
committed
Adding TODOs to unfinished tests
1 parent 1c01ab8 commit 7c686b1

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

tests/validation/utils.nodes.test.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ describe('nodes validationUtils', () => {
4747
validationErrors.ErrorParse,
4848
);
4949
});
50-
test.skip('parseSeedNodes - invalid port', () => {
51-
const rawSeedNodes = `${nodeIdEncoded1}@${hostname}$:NOTAPORT`;
52-
// TODO: currently failing here
53-
expect(() => validationUtils.parseSeedNodes(rawSeedNodes)).toThrow(
54-
validationErrors.ErrorParse,
55-
);
56-
});
57-
test('parseSeedNodes - invalid structure', () => {
58-
// Const rawSeedNodes = ``;
59-
});
50+
test.todo('parseSeedNodes - invalid port');
51+
test.todo('parseSeedNodes - invalid structure');
6052
});

0 commit comments

Comments
 (0)