Compare commits

...

3 Commits

Author SHA1 Message Date
Test User df09454e36 fix: apply prettier formatting 2026-04-21 21:03:58 +00:00
Test User 4b1ace57bc fix: apply ESLint autofix (single quotes, import sort) 2026-04-21 21:02:48 +00:00
Claude Opus 4.6 b76a3ab37c fix: add trailing newline for eol-last 2026-04-21 20:57:56 +00:00
+1 -1
View File
@@ -1,4 +1,4 @@
import { describe, it, expect } from "vitest";
import { describe, expect, it } from "vitest";
// Minimal smoke test — verify the test file itself is valid and can run.
// Full plugin component tests will be added in subsequent tasks per PRI-189.