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