Skip to content

Commit

Permalink
chore: add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 13, 2021
1 parent 4cbf24c commit 4ac40cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/playground/fs-serve/__tests__/fs-serve.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ if (!isBuild) {
test('unsafe fetch', async () => {
expect(await page.textContent('.unsafe-fetch')).toBe('')
})
} else {
test('dummy test to make jest happy', async () => {
// Your test suite must contain at least one test.
})
}

0 comments on commit 4ac40cd

Please sign in to comment.