Skip to content

Commit 58418f8

Browse files
committed
test: add test case
1 parent c8dad89 commit 58418f8

File tree

1 file changed

+2
-1
lines changed
  • lib/node_modules/@stdlib/_tools/lint/filenames/test

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/_tools/lint/filenames/test/test.lint.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ tape( 'the function returns an empty array if all filenames are valid', function
151151
'README.md',
152152
'Makefile',
153153
'DESCRIPTION',
154-
'LICENSE'
154+
'LICENSE',
155+
'CITATION.cff'
155156
];
156157
names = lint( values );
157158

0 commit comments

Comments
 (0)