Skip to content

Commit 426a0f5

Browse files
committed
Format Bruckheimer director package with Prettier
1 parent 7ae7130 commit 426a0f5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/agent/directors/bruckheimer/package.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ describe("bruckheimerPackage", () => {
122122
expect(bruckheimerPackage.primaryIntent).toMatch(/product discovery/i);
123123
expect(bruckheimerPackage.outOfLane).toContain("shipping product code");
124124
expect(bruckheimerPackage.outOfLane).toContain("architecture gates");
125-
expect(bruckheimerPackage.outOfLane).toContain(
126-
"ongoing P/A/I docs maintenance as Shakespeare",
127-
);
125+
expect(bruckheimerPackage.outOfLane).toContain("ongoing P/A/I docs maintenance as Shakespeare");
128126
expect(bruckheimerPackage.outOfLane).toContain("ordered eng plans as Counsel");
129127
});
130128
});

0 commit comments

Comments
 (0)