Skip to content

Commit 54e22ed

Browse files
committed
feat: license file gathering
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 49a08c6 commit 54e22ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/_helpers.mime.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ suite('_helpers.mime.getMimeForLicenseFile', () => {
3535
['UNKNOWN', 'text/plain'],
3636
['LICENCE.MIT', 'text/plain']
3737
]) {
38-
test(`check fileName`, () => {
38+
test(fileName, () => {
3939
const value = getMimeForLicenseFile(fileName)
4040
assert.strictEqual(value, expected)
4141
})

0 commit comments

Comments
 (0)