mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-22 06:41:46 +00:00
chore: apply prettier on the entire project
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
* Unit tests for MCP scope helper functions in server/src/mcp/scopes.ts.
|
||||
* No DB or mocks needed — pure functions only.
|
||||
*/
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import {
|
||||
validateScopes,
|
||||
canReadTrips,
|
||||
@@ -14,6 +13,8 @@ import {
|
||||
SCOPE_INFO,
|
||||
} from '../../../src/mcp/scopes';
|
||||
|
||||
import { describe, it, expect } from 'vitest';
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// ALL_SCOPES
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user