forgekit-core 0.5.0

Deterministic code intelligence SDK - Core library
Documentation
1
2
3
4
5
6
7
8
//! End-to-End (E2E) Tests for ForgeKit SDK
//!
//! These tests exercise the full SDK from a user's perspective.

mod e2e;

// Re-export all e2e test modules
pub use e2e::*;