summaryrefslogtreecommitdiff
path: root/cli/ops/testing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/ops/testing.rs')
-rw-r--r--cli/ops/testing.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/ops/testing.rs b/cli/ops/testing.rs
index e36d7e611..3f9ade7c9 100644
--- a/cli/ops/testing.rs
+++ b/cli/ops/testing.rs
@@ -100,7 +100,9 @@ struct TestInfo<'s> {
#[serde(rename = "fn")]
function: serde_v8::Value<'s>,
name: String,
+ #[serde(default)]
ignore: bool,
+ #[serde(default)]
only: bool,
location: TestLocation,
}