Skip to content

Commit 82e847b

Browse files
mcp-tool-shopclaude
andcommitted
style: format version test with prettier
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 609bdbd commit 82e847b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/version.test.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ describe("version consistency", () => {
2323
});
2424

2525
it("CHANGELOG contains current version", () => {
26-
assert.ok(
27-
changelog.includes(`[${pkg.version}]`),
28-
`CHANGELOG missing [${pkg.version}]`,
29-
);
26+
assert.ok(changelog.includes(`[${pkg.version}]`), `CHANGELOG missing [${pkg.version}]`);
3027
});
3128

3229
it("LICENSE exists and is MIT", () => {

0 commit comments

Comments
 (0)