Skip to content

Commit

Permalink
Adding TODOs to unfinished tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emmacasolin committed Feb 25, 2022
1 parent 1c01ab8 commit 7c686b1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions tests/validation/utils.nodes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ describe('nodes validationUtils', () => {
validationErrors.ErrorParse,
);
});
test.skip('parseSeedNodes - invalid port', () => {
const rawSeedNodes = `${nodeIdEncoded1}@${hostname}$:NOTAPORT`;
// TODO: currently failing here
expect(() => validationUtils.parseSeedNodes(rawSeedNodes)).toThrow(
validationErrors.ErrorParse,
);
});
test('parseSeedNodes - invalid structure', () => {
// Const rawSeedNodes = ``;
});
test.todo('parseSeedNodes - invalid port');
test.todo('parseSeedNodes - invalid structure');
});

0 comments on commit 7c686b1

Please sign in to comment.