first commit
This commit is contained in:
9
tests/example.spec.ts
Normal file
9
tests/example.spec.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { test, describe, expect } from 'vitest'
|
||||
|
||||
import Index from '../src/pages/index.mdx'
|
||||
|
||||
describe('example test', () => {
|
||||
test('stub default layout', () => {
|
||||
expect(Index.title).toEqual('You did it!')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user