Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
songkg7 committed Aug 1, 2023
1 parent 59682b9 commit a3a9752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/FrontMatterConverter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ tags: [test]
# test
`;
it.todo('should be converted', () => {
it.skip('should be converted', () => {
const result = frontMatterConverter.convert(contents);
expect(result).toEqual(`---
title: "test"
Expand Down

0 comments on commit a3a9752

Please sign in to comment.