Skip to content

Commit be6e868

Browse files
authored
refactor(lsp): duplicated testing code cleanup (nushell#16578)
Less code duplications
1 parent 6ce8cbe commit be6e868

File tree

12 files changed

+895
-1981
lines changed

12 files changed

+895
-1981
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/nu-lsp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ nu-std = { path = "../nu-std", version = "0.107.1" }
3434
nu-test-support = { path = "../nu-test-support", version = "0.107.1" }
3535

3636
assert-json-diff = "2.0"
37+
rstest = { workspace = true, default-features = false }
3738

3839
[lints]
3940
workspace = true

0 commit comments

Comments
 (0)