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 cf80a9d commit 7c516b4Copy full SHA for 7c516b4
tests/unit/_helpers.mime.spec.js
@@ -23,7 +23,7 @@ const { suite, test } = require('mocha')
23
24
const {
25
getMimeForLicenseFile
26
-} = require('../../dist.node/_helpers/mime.js')
+} = require('../../dist.node/_helpers/mime.node.js')
27
28
suite('unit: _helpers.mime.getMimeForLicenseFile', () => {
29
for (const [fileName, expected] of [
0 commit comments