feat: add tests for new .mjs and .cjs file extensions
This commit is contained in:
6
testdata/initial/file.cjs
vendored
Normal file
6
testdata/initial/file.cjs
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function dummy() {
|
||||
console.log('hello world!');
|
||||
}
|
||||
|
||||
module.exports = dummy
|
||||
|
||||
Reference in New Issue
Block a user