chore: code formatting

This commit is contained in:
github-actions[bot]
2022-01-17 05:34:08 +00:00
parent 3e5dadd1ad
commit d4520b7c9b
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ describe("Check files editions (checkout your files if needed)", () => {
"settings.example.json", "settings.example.json",
"tests/plugins/*", "tests/plugins/*",
".github/workflows/examples.yml", ".github/workflows/examples.yml",
".github/readme/partials/documentation/compatibility.md" ".github/readme/partials/documentation/compatibility.md",
])("%s", async file => expect((await diff()).includes(file)).toBe(false))) ])("%s", async file => expect((await diff()).includes(file)).toBe(false)))
describe("Repository level files were not modified", () => describe("Repository level files were not modified", () =>
void test.each([ void test.each([