Skip to content
Merged
203 changes: 0 additions & 203 deletions src/index.test.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/mcp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ describe('Pirsch MCP tool contracts', () => {
expect(result.isError).toBe(true);
expect(get).not.toHaveBeenCalled();
});

it('keeps the environment timezone when custom client options are supplied', async () => {
const originalTimezone = process.env.PIRSCH_TIMEZONE;
process.env.PIRSCH_TIMEZONE = 'Europe/Berlin';
Expand Down
Loading