diff options
Diffstat (limited to 'tests/unit_node/_test_utils.ts')
-rw-r--r-- | tests/unit_node/_test_utils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit_node/_test_utils.ts b/tests/unit_node/_test_utils.ts index d9dd4e5d5..c451ccd84 100644 --- a/tests/unit_node/_test_utils.ts +++ b/tests/unit_node/_test_utils.ts @@ -21,7 +21,6 @@ export async function assertCallbackErrorUncaught( const p = new Deno.Command(Deno.execPath(), { args: [ "eval", - "--unstable", `${prelude ?? ""} ${invocation}(err) => { |