summaryrefslogtreecommitdiff
path: root/cli/tests/commonjs.cjs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-05-31 21:08:26 +0200
committerGitHub <noreply@github.com>2020-05-31 21:08:26 +0200
commit02d46bae9f60e8114af2a107c05d717be3a7e70d (patch)
tree4b5b094930f2dfaf4a7d55ca1afb0fe5a441b51d /cli/tests/commonjs.cjs
parentaa514c058ae71be85dd45fa95cd7c11b6d6e3c13 (diff)
fix: media type for .cjs and application/node (#6005)
Diffstat (limited to 'cli/tests/commonjs.cjs')
-rw-r--r--cli/tests/commonjs.cjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/commonjs.cjs b/cli/tests/commonjs.cjs
new file mode 100644
index 000000000..7df7d571e
--- /dev/null
+++ b/cli/tests/commonjs.cjs
@@ -0,0 +1 @@
+console.log("Hello World"); \ No newline at end of file