Skip to content

Commit

Permalink
fix: API
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Jan 26, 2024
1 parent b09a339 commit 7b97fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dox/test/server/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ it('parses todos', async () => {
});

it('parses a root', async () => {
expect(await parseFleckRoot('root', './test/server/root'))
expect(await parseFleckRoot('./test/server/root'))
.to.deep.equal(verifiedRoot);
});

0 comments on commit 7b97fa1

Please sign in to comment.