Skip to content

Commit 2bd0620

Browse files
committed
chore(service-automation): drop an unused test import (#14456)
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XpTx2tbq3pZRYAdoGt6E6Y
1 parent 4ee22aa commit 2bd0620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/services/service-automation/src/builtin/contained-failure-visibility.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// the THIRD one ownerless, `flag` always succeeding and `notify` failing on the
2020
// ownerless row.
2121

22-
import { describe, it, expect, beforeEach } from 'vitest';
22+
import { describe, it, expect } from 'vitest';
2323
import { AutomationEngine } from '../engine.js';
2424
import type { NodeExecutor } from '../engine.js';
2525
import type { AutomationContext } from '@objectstack/spec/contracts';

0 commit comments

Comments
 (0)