diff options
author | Mohammad Sulaiman <mohammad.sulaiman@exalt.ps> | 2024-09-05 11:09:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 08:09:09 +0000 |
commit | 49340b96f6b3603186e03f0102b99bc4a34a1b63 (patch) | |
tree | 24a1278efb472a52c58811a62ce9e38bcffc674b /tests/specs/doc/import_map/module/fun.js | |
parent | dfc5eec43c481b1eeaa0ad069aeba8b7559d4440 (diff) |
chore: deprecate doc itests (#25452)
Diffstat (limited to 'tests/specs/doc/import_map/module/fun.js')
-rw-r--r-- | tests/specs/doc/import_map/module/fun.js | 2 |
1 files changed, 2 insertions, 0 deletions
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) {} |