Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Dec 13, 2024
1 parent 8c366e1 commit 236ca98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e/tests/content-hooks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ const restoreMarkdownContent = async (): Promise<void> => {
await writeSourceMarkdown('content-hooks/content.md', '## title\n\ncontent\n')
}

test.beforeEach(async () => {
await restoreMarkdownContent()
})
test.afterAll(async () => {
await restoreMarkdownContent()
})
Expand Down

0 comments on commit 236ca98

Please sign in to comment.