fix: refresh type state after type changes

This commit is contained in:
lucaronin
2026-04-27 03:17:45 +02:00
parent 257cf6ed02
commit f1bed131bf
5 changed files with 144 additions and 10 deletions

View File

@@ -310,7 +310,7 @@ describe('resolveNewType', () => {
expect(entry.isA).toBe('Type')
expect(entry.status).toBeNull()
expect(content).toContain('type: Type')
expect(content).not.toContain('# Recipe')
expect(content).toContain('# Recipe')
})
it('uses provided vault path instead of hardcoded path', () => {