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/testdata/doc/module/fun.js | |
parent | dfc5eec43c481b1eeaa0ad069aeba8b7559d4440 (diff) |
chore: deprecate doc itests (#25452)
Diffstat (limited to 'tests/testdata/doc/module/fun.js')
-rw-r--r-- | tests/testdata/doc/module/fun.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testdata/doc/module/fun.js b/tests/testdata/doc/module/fun.js deleted file mode 100644 index 28901d945..000000000 --- a/tests/testdata/doc/module/fun.js +++ /dev/null @@ -1,2 +0,0 @@ -/** This is some documentation */ -export function fun(_a, _b) {} |