Skip to content

Commit

Permalink
Add placeholder test for Ghost utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Nov 6, 2023
1 parent 4d4e1b0 commit caf2905
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ghost/utils/index.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { test, expect } from 'vitest'

test('placeholder', () => {
expect(1 + 2).toBe(3)
})

0 comments on commit caf2905

Please sign in to comment.