From da52058a945999d486b07700d2834f027a65947c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 29 Apr 2024 10:08:27 -0400 Subject: chore: migrate bench, publish, and more itests to spec tests (#23584) --- tests/specs/publish/javascript_missing_decl_file/other.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/specs/publish/javascript_missing_decl_file/other.js (limited to 'tests/specs/publish/javascript_missing_decl_file/other.js') diff --git a/tests/specs/publish/javascript_missing_decl_file/other.js b/tests/specs/publish/javascript_missing_decl_file/other.js new file mode 100644 index 000000000..89ffb80ba --- /dev/null +++ b/tests/specs/publish/javascript_missing_decl_file/other.js @@ -0,0 +1,3 @@ +export function other() { + return Math.random(); +} -- cgit v1.2.3