Skip to content

Commit

Permalink
Gate the misc test with #[cfg(feature = 'json')]
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Jun 19, 2024
1 parent 6dc168c commit 600bf98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/javy/tests/misc.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use anyhow::Result;
use javy::{quickjs::context::EvalOptions, Config, Runtime};

#[cfg(feature = "json")]
#[test]
fn string_keys_and_ref_counting() -> Result<()> {
let mut config = Config::default();
Expand Down

0 comments on commit 600bf98

Please sign in to comment.