diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 03:53:31 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 03:53:31 +0000 |
| commit | 963b2971ec2f43b1c2f669a969c294fc1d291d3b (patch) | |
| tree | 9495d5bd350ebf5123a9c72b9da3367b17e5534f /grasp-audit/src/specs/grasp01/mod.rs | |
| parent | 75f3da90edb66b81dbb6ed9806155f6bd7925fe1 (diff) | |
add cors support
Diffstat (limited to 'grasp-audit/src/specs/grasp01/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/grasp01/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grasp-audit/src/specs/grasp01/mod.rs b/grasp-audit/src/specs/grasp01/mod.rs index 495672a..8b29f8c 100644 --- a/grasp-audit/src/specs/grasp01/mod.rs +++ b/grasp-audit/src/specs/grasp01/mod.rs | |||
| @@ -1,11 +1,13 @@ | |||
| 1 | //! GRASP-01 specification tests | 1 | //! GRASP-01 specification tests |
| 2 | 2 | ||
| 3 | pub mod cors; | ||
| 3 | pub mod event_acceptance_policy; | 4 | pub mod event_acceptance_policy; |
| 4 | pub mod git_clone; | 5 | pub mod git_clone; |
| 5 | pub mod nip01_smoke; | 6 | pub mod nip01_smoke; |
| 6 | pub mod nip11_document; | 7 | pub mod nip11_document; |
| 7 | pub mod repository_creation; | 8 | pub mod repository_creation; |
| 8 | 9 | ||
| 10 | pub use cors::CorsTests; | ||
| 9 | pub use event_acceptance_policy::EventAcceptancePolicyTests; | 11 | pub use event_acceptance_policy::EventAcceptancePolicyTests; |
| 10 | pub use git_clone::GitCloneTests; | 12 | pub use git_clone::GitCloneTests; |
| 11 | pub use nip01_smoke::Nip01SmokeTests; | 13 | pub use nip01_smoke::Nip01SmokeTests; |