summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/publish/javascript_missing_decl_file/other.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/publish/javascript_missing_decl_file/other.js')
-rw-r--r--cli/tests/testdata/publish/javascript_missing_decl_file/other.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/publish/javascript_missing_decl_file/other.js b/cli/tests/testdata/publish/javascript_missing_decl_file/other.js
deleted file mode 100644
index 89ffb80ba..000000000
--- a/cli/tests/testdata/publish/javascript_missing_decl_file/other.js
+++ /dev/null
@@ -1,3 +0,0 @@
-export function other() {
- return Math.random();
-}