Skip to content

Commit

Permalink
Add dummy test file
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed Sep 20, 2024
1 parent 52cad5f commit 9b05734
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/create-app/src/index.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import {describe, expect, test} from 'vitest'

describe('init', () => {
test('successfully initializes the app', () => {
expect(true).toBe(true)
})
})

0 comments on commit 9b05734

Please sign in to comment.