This commit is contained in:
cha0s 2024-01-26 02:03:41 -06:00
parent b09a339e7e
commit 7b97fa1ac6

View File

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