12 lines
320 B
TypeScript
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()
|
|
// })
|
|
// })
|