Skip to content

Commit d754f77

Browse files
committed
feat: license file gathering
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent a1a7b81 commit d754f77

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
@@ -26,7 +26,7 @@ const {
2626
getMimeForLicenseFile
2727
} = require('../../dist.node/_helpers/mime.js')
2828

29-
suite('_helpers.mime.getMimeForLicenseFile', () => {
29+
suite('unit: _helpers.mime.getMimeForLicenseFile', () => {
3030
for (const [fileName, expected] of [
3131
['LICENCE', 'text/plain'],
3232
['site.html', 'text/html'],

0 commit comments

Comments
 (0)