UNPKG

@gabrielmaialva33/mcp-filesystem

Version:
10 lines 305 B
import { describe, expect, it } from 'vitest'; describe('Math Utils', () => { it('should correctly add two numbers', () => { expect(1 + 1).toBe(2); }); it('should correctly multiply two numbers', () => { expect(2 * 2).toBe(4); }); }); //# sourceMappingURL=utils.test.js.map