Skip to content

Commit

Permalink
chore: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
excaliborr committed Feb 22, 2024
1 parent 9d5d69a commit 3c14067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"@faker-js/faker": "8.3.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.7",
"@typescript-eslint/parser": "6.2.0",
"eslint": "8.56.0",
"eslint-plugin-jsdoc": "48.1.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "13.2.2",
Expand Down
7 changes: 0 additions & 7 deletions test/parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,6 @@ describe('Parser', () => {
expect(result).toEqual(mockNatspec({}));
});

it('should parse block natspec with invalid formatting', async () => {
const node = findNode(contract.vFunctions, '_viewBlockLinterFail');
const result = parseNodeNatspec(node);

expect(result).toEqual(mockNatspec({}));
});

it('should parse natspec with invalid formatting', async () => {
const node = findNode(contract.vFunctions, '_viewLinterFail');
const result = parseNodeNatspec(node);
Expand Down

0 comments on commit 3c14067

Please sign in to comment.