add import

This commit is contained in:
Joe Danziger
2025-05-09 16:12:26 -04:00
parent 143bf8e38e
commit 157e8850a1

View File

@@ -1,7 +1,7 @@
/**
* Integration tests for the MCP server 'rules' tool (add/remove brand rules)
*/
import { jest } from '@jest/globals';
import { rulesDirect } from '../../../mcp-server/src/core/direct-functions/rules.js';
import fs from 'fs';
import path from 'path';