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 a1a7b81 commit d754f77Copy full SHA for d754f77
tests/unit/_helpers.mime.spec.js
@@ -26,7 +26,7 @@ const {
26
getMimeForLicenseFile
27
} = require('../../dist.node/_helpers/mime.js')
28
29
-suite('_helpers.mime.getMimeForLicenseFile', () => {
+suite('unit: _helpers.mime.getMimeForLicenseFile', () => {
30
for (const [fileName, expected] of [
31
['LICENCE', 'text/plain'],
32
['site.html', 'text/html'],
0 commit comments