From a17fb4a319081678f30614f10617635d8d0bbab2 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 6 Apr 2021 19:13:56 +0200 Subject: [PATCH] Update ci.test.js --- tests/ci.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci.test.js b/tests/ci.test.js index 657ab96f..a9c4637d 100644 --- a/tests/ci.test.js +++ b/tests/ci.test.js @@ -32,5 +32,5 @@ //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|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)) })