tinymist/tests/Cargo.toml
Myriad-Dreamin cf20c66b26
Some checks are pending
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
test: ensure compile output works correctly (#1942)
Validate fix and prevent regression of
https://github.com/Myriad-Dreamin/tinymist/pull/1941
2025-07-30 23:25:59 +08:00

18 lines
400 B
TOML

[package]
name = "tests"
version.workspace = true
edition = "2021"
publish = false
[[test]]
name = "tinymist-e2e-tests"
path = "e2e/main.rs"
[dev-dependencies]
sync-ls = { workspace = true, features = ["lsp"] }
lsp-types.workspace = true
serde.workspace = true
serde_json.workspace = true
tinymist-std = { workspace = true, features = ["system"] }
insta.workspace = true
insta-cmd.workspace = true