mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
bun run prettier
This commit is contained in:
committed by
github-actions[bot]
parent
75610479b8
commit
da1f91bed6
@@ -860,8 +860,7 @@ describe("bun test", () => {
|
||||
});
|
||||
|
||||
cases.forEach(c => {
|
||||
const expected = `${c.a}+${c.b}=${c.expected} [` +
|
||||
`${c[1]} ${c.a1b2} ${c.MixedCase} ${c.dup} ${c.dup}]`;
|
||||
const expected = `${c.a}+${c.b}=${c.expected} [` + `${c[1]} ${c.a1b2} ${c.MixedCase} ${c.dup} ${c.dup}]`;
|
||||
expect(stderr).toContain(expected);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user