Skip to content

Commit

Permalink
Revert src/tests/FrontMatterConverter.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Mar 3, 2024
1 parent c382ed1 commit 3a13737
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('should be converted', () => {
it.skip('should be converted', () => {
const result = frontMatterConverter.convert(contents);
expect(result).toEqual(`---
title: "test"
Expand Down

0 comments on commit 3a13737

Please sign in to comment.