chore: code formatting
This commit is contained in:
@@ -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([
|
||||||
|
|||||||
Reference in New Issue
Block a user