Skip to content

Commit

Permalink
Removed some extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Mar 30, 2023
1 parent a43785a commit e4390c7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions boa_runtime/src/console/tests.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
use crate::Console;

use super::formatter;
use super::{formatter, Console};
use boa_engine::{property::Attribute, Context, JsValue};
use boa_testing::{run_test_actions, run_test_actions_with, TestAction};
use indoc::indoc;

// fn run_test_actions(actions: impl IntoIterator<Item = TestAction>) {
// let context = &mut Context::default();
// run_test_actions_with(actions, context);
// }

#[test]
fn formatter_no_args_is_empty_string() {
run_test_actions([TestAction::inspect_context(|ctx| {
Expand Down

0 comments on commit e4390c7

Please sign in to comment.