summaryrefslogtreecommitdiff
path: root/tests/testdata/check/export_equals_declaration_file/other.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/check/export_equals_declaration_file/other.js')
-rw-r--r--tests/testdata/check/export_equals_declaration_file/other.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/check/export_equals_declaration_file/other.js b/tests/testdata/check/export_equals_declaration_file/other.js
new file mode 100644
index 000000000..f66c03162
--- /dev/null
+++ b/tests/testdata/check/export_equals_declaration_file/other.js
@@ -0,0 +1,3 @@
+export default function other() {
+ return "test";
+}