Skip to content

Commit 0fc815a

Browse files
test(completions): add test suite for more coverage (#599)
1 parent dcdb03d commit 0fc815a

21 files changed

+4010
-929
lines changed

Cargo.lock

Lines changed: 17 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pgls_completions/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ tokio = { version = "1.41.1", features = ["full"] }
3232

3333
[dev-dependencies]
3434
criterion.workspace = true
35+
insta.workspace = true
3536
pgls_test_utils.workspace = true
37+
regex = "1.12.2"
38+
unindent = "0.2.4"
39+
3640

3741
[lib]
3842
doctest = false

0 commit comments

Comments
 (0)