Skip to content

Commit 7c516b4

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent cf80a9d commit 7c516b4

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
@@ -23,7 +23,7 @@ const { suite, test } = require('mocha')
2323

2424
const {
2525
getMimeForLicenseFile
26-
} = require('../../dist.node/_helpers/mime.js')
26+
} = require('../../dist.node/_helpers/mime.node.js')
2727

2828
suite('unit: _helpers.mime.getMimeForLicenseFile', () => {
2929
for (const [fileName, expected] of [

0 commit comments

Comments
 (0)