it('should not fail if tags is null', () => {
    const tags = getTags(
      parse(`---
tags: null
---`),