We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a08c6 commit 54e22edCopy full SHA for 54e22ed
tests/unit/_helpers.mime.spec.js
@@ -35,7 +35,7 @@ suite('_helpers.mime.getMimeForLicenseFile', () => {
35
['UNKNOWN', 'text/plain'],
36
['LICENCE.MIT', 'text/plain']
37
]) {
38
- test(`check fileName`, () => {
+ test(fileName, () => {
39
const value = getMimeForLicenseFile(fileName)
40
assert.strictEqual(value, expected)
41
})
0 commit comments