mirror of
https://github.com/actions/cache.git
synced 2025-05-31 06:22:29 +00:00
Generate build and fix format
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user