chore: fmt

This commit is contained in:
lowlighter
2022-04-23 20:30:48 -04:00
parent c5abe5c0f2
commit d2e67c92c1
9 changed files with 9 additions and 29 deletions

View File

@@ -44,6 +44,5 @@ describe("Check files editions (checkout your files if needed)", () => {
//Templates editions
describe("Check templates editions", () => {
test("Use community templates instead (see https://github.com/lowlighter/metrics/tree/master/source/templates/community)", async () =>
void expect((await diff()).filter(edited => /^sources[/]templates[/]/.test(edited) && /^source[/]templates[/](?:classic|terminal|markdown|repository|community)[/][\s\S]*$/.test(edited)).length).toBe(0))
test("Use community templates instead (see https://github.com/lowlighter/metrics/tree/master/source/templates/community)", async () => void expect((await diff()).filter(edited => /^sources[/]templates[/]/.test(edited) && /^source[/]templates[/](?:classic|terminal|markdown|repository|community)[/][\s\S]*$/.test(edited)).length).toBe(0))
})