Skip to content

Commit a17fb4a

Browse files
committed
Update ci.test.js
1 parent c2a21e5 commit a17fb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232

3333
//Templates editions
3434
describe("Check templates editions", () => {
35-
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))
35+
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))
3636
})

0 commit comments

Comments
 (0)