Skip to content

Commit 17dd42f

Browse files
committed
refactor: fix comments
1 parent 9cb2e2f commit 17dd42f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/zod2md-jsdocs/src/lib/generators/sync-zod2md-setup/sync-zod2md-setup.unit.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ describe('sync-zod2md-setup generator', () => {
8383
it('should fail if missing tsconfig file', async () => {
8484
tree.delete(`${projectRoot}/tsconfig.json`);
8585
tree.delete(`${projectRoot}/tsconfig.lib.json`);
86-
// @TODO this also contains the target issues.. this means the beforeEach setup of targets if not working
8786
await expect(syncZod2mdSetupGenerator(tree)).resolves.toStrictEqual({
8887
outOfSyncMessage: expect.stringContaining(
8988
`Missing tsconfig in:

0 commit comments

Comments
 (0)