// tests/http.test.ts
import { describe, it, expect } from 'vitest'

describe('Skeet Solana Utils', () => {
  it('define test here', async () => {
    expect(200).toBe(200)
  })
})
