diff options
Diffstat (limited to 'cli/js/lib.deno.ns.d.ts')
-rw-r--r-- | cli/js/lib.deno.ns.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index eb61f2331..9980790b3 100644 --- a/cli/js/lib.deno.ns.d.ts +++ b/cli/js/lib.deno.ns.d.ts @@ -16,8 +16,8 @@ declare namespace Deno { fn: () => void | Promise<void>; name: string; ignore?: boolean; - disableOpSanitizer?: boolean; - disableResourceSanitizer?: boolean; + sanitizeOps?: boolean; + sanitizeResources?: boolean; } /** Register a test which will be run when `deno test` is used on the command |