import { describe, expect, it } from 'vitest'
describe('MySchema', () => {
it('create MySchema', () => {
const mySchema = new MySchema({ id: 'my-id' })
})
})
import { describe, expect, it } from 'vitest'
describe('MySchema', () => {
it('create MySchema', () => {
const mySchema = new MySchema({ id: 'my-id' })
})
})