summaryrefslogtreecommitdiff
path: root/tests/testdata
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2024-03-07 17:27:24 +0000
committerGitHub <noreply@github.com>2024-03-07 17:27:24 +0000
commit8df47882c942d3cf5558fee05f02629025e46ae7 (patch)
tree95d1eb9f755fece90a379ae52386e196c9bf9910 /tests/testdata
parent0fdb33c3aa9f4c75d9e15e8a33d9c00116d9052f (diff)
fix(lsp): don't apply renames to remote modules (#22765)
Diffstat (limited to 'tests/testdata')
-rw-r--r--tests/testdata/subdir/exports.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdata/subdir/exports.ts b/tests/testdata/subdir/exports.ts
new file mode 100644
index 000000000..d5f8be342
--- /dev/null
+++ b/tests/testdata/subdir/exports.ts
@@ -0,0 +1 @@
+export const SEPARATOR = "/";