Skip to content

Commit cc30e7f

Browse files
style: format kernel config manifest changes
1 parent 137136f commit cc30e7f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

tests/configuration.test.ts

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,10 @@ Deno.test({
193193
skipBotEvents: false,
194194
});
195195
assertEquals(refsTried, ["dist/feature/test"]);
196-
assertEquals(entries.some((entry) => entry.message.includes("Could not find a valid manifest")), false);
196+
assertEquals(
197+
entries.some((entry) => entry.message.includes("Could not find a valid manifest")),
198+
false
199+
);
197200
},
198201
});
199202

@@ -260,8 +263,14 @@ Deno.test({
260263
skipBotEvents: false,
261264
});
262265
assertEquals(refsTried, ["dist/feature/fallback", "feature/fallback"]);
263-
assertEquals(entries.some((entry) => entry.message.includes("Could not find a valid manifest")), false);
264-
assertEquals(entries.some((entry) => entry.message.includes("Could not find a manifest for Action")), false);
266+
assertEquals(
267+
entries.some((entry) => entry.message.includes("Could not find a valid manifest")),
268+
false
269+
);
270+
assertEquals(
271+
entries.some((entry) => entry.message.includes("Could not find a manifest for Action")),
272+
false
273+
);
265274
},
266275
});
267276

0 commit comments

Comments
 (0)