From 49340b96f6b3603186e03f0102b99bc4a34a1b63 Mon Sep 17 00:00:00 2001 From: Mohammad Sulaiman Date: Thu, 5 Sep 2024 11:09:09 +0300 Subject: chore: deprecate doc itests (#25452) --- tests/specs/doc/import_map/module/fun.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/specs/doc/import_map/module/fun.js (limited to 'tests/specs/doc/import_map/module') diff --git a/tests/specs/doc/import_map/module/fun.js b/tests/specs/doc/import_map/module/fun.js new file mode 100644 index 000000000..28901d945 --- /dev/null +++ b/tests/specs/doc/import_map/module/fun.js @@ -0,0 +1,2 @@ +/** This is some documentation */ +export function fun(_a, _b) {} -- cgit v1.2.3