use quickjs_rusty's from_js in tests

This commit is contained in:
Akulij 2025-05-18 16:09:34 +03:00
parent 96996fd33d
commit a6206d3d6f

View File

@ -50,6 +50,8 @@ impl Runner {
#[allow(clippy::unwrap_used)]
#[allow(clippy::print_stdout)]
mod tests {
use quickjs_rusty::{serde::from_js, OwnedJsObject};
use super::*;
#[test]