Skip to content

Commit c5db090

Browse files
committed
format
1 parent 00274d9 commit c5db090

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/needs.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@ describe("needs", () => {
115115

116116
const plain = cfg.getPlainObject()
117117

118-
expect(plain.jobs?.deploy?.needs).toEqual([
119-
{ job: "build", artifacts: true, optional: true },
120-
])
118+
expect(plain.jobs?.deploy?.needs).toEqual([{ job: "build", artifacts: true, optional: true }])
121119
})
122120

123121
it("should support pipeline needs with optional", () => {

0 commit comments

Comments
 (0)