|
|
@@ -6,11 +6,11 @@ import { |
|
|
|
vi, |
|
|
|
} from 'vitest'; |
|
|
|
import { FastifyInstance } from 'fastify'; |
|
|
|
import { generate } from '@theoryofnekomata/oblique-strategies-core'; |
|
|
|
import { generate } from '@modal-sh/oblique-strategies-core'; |
|
|
|
import { createServer } from '../server'; |
|
|
|
import { addRoutes } from '../routes'; |
|
|
|
|
|
|
|
vi.mock('@theoryofnekomata/oblique-strategies-core'); |
|
|
|
vi.mock('@modal-sh/oblique-strategies-core'); |
|
|
|
|
|
|
|
describe('Example', () => { |
|
|
|
let server: FastifyInstance; |
|
|
|