brf/server/routes/api/roles.test.ts
2025-12-18 07:31:37 +01:00

12 lines
320 B
TypeScript

// import { test, type TestContext } from 'node:test'
// import Server from '../../server.ts'
// import rolesPlugin from './roles.ts'
// import type { FastifyInstance } from 'fastify'
// let server: FastifyInstance
// test('roles', (t: TestContext) => {
// t.beforeEach(() => {
// server = Server()
// })
// })