mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-21 16:23:56 +08:00
Generate build and fix format
This commit is contained in:
parent
204fa1ab69
commit
f316f94f31
3 changed files with 10 additions and 5 deletions
|
@ -216,7 +216,10 @@ test("getInputAsArray handles empty lines correctly", () => {
|
|||
});
|
||||
|
||||
test("getInputAsArray sorts files correctly", () => {
|
||||
testUtils.setInput("foo", "bar\n!baz\nwaldo\nqux\nquux\ncorge\ngrault\ngarply");
|
||||
testUtils.setInput(
|
||||
"foo",
|
||||
"bar\n!baz\nwaldo\nqux\nquux\ncorge\ngrault\ngarply"
|
||||
);
|
||||
expect(actionUtils.getInputAsArray("foo")).toEqual([
|
||||
"!baz",
|
||||
"bar",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue