build(deps): update jsonschema requirement from 0.22.3 to 0.23.0 (#331)

This commit is contained in:
Anand Krishnamoorthi
2024-10-15 10:29:41 -07:00
committed by GitHub
parent 992b202f60
commit df73b20192
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -191,6 +191,7 @@ mod tests {
use wasm_bindgen_test::wasm_bindgen_test;
#[wasm_bindgen_test]
#[allow(dead_code)]
pub fn basic() -> Result<(), JsValue> {
let mut engine = crate::Engine::new();
engine.setEnableCoverage(true);