diff --git a/ts-rs/tests/imports.rs b/ts-rs/tests/imports.rs index 7a72f0124..bf1688ba6 100644 --- a/ts-rs/tests/imports.rs +++ b/ts-rs/tests/imports.rs @@ -24,7 +24,7 @@ pub enum TestEnum { } #[test] -// #[cfg(feature = "format")] +#[cfg(feature = "format")] fn test_def() { // The only way to get access to how the imports look is to export the type and load the exported file TestEnum::export().unwrap();