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/use_import_map.js | |
parent | dfc5eec43c481b1eeaa0ad069aeba8b7559d4440 (diff) |
chore: deprecate doc itests (#25452)
Diffstat (limited to 'tests/testdata/doc/use_import_map.js')
-rw-r--r-- | tests/testdata/doc/use_import_map.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testdata/doc/use_import_map.js b/tests/testdata/doc/use_import_map.js deleted file mode 100644 index 672a7a7bd..000000000 --- a/tests/testdata/doc/use_import_map.js +++ /dev/null @@ -1 +0,0 @@ -export { fun } from "rex/fun.js"; |