diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-02 13:51:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 13:51:37 +0200 |
commit | e5348a6a38b3c06a916223ad0b99e8cfe47725b1 (patch) | |
tree | 8c8f5f0e2328781b96f92e4842cc0b4a64b35650 /cli/tests/unit | |
parent | 5cd29b37f7946ac05783bae777be8503182a8b8e (diff) |
upgrade: swc, deno_doc, deno_lint, dprint (#7793)
Diffstat (limited to 'cli/tests/unit')
-rw-r--r-- | cli/tests/unit/console_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/unit/console_test.ts b/cli/tests/unit/console_test.ts index c9cbcc313..caee51a31 100644 --- a/cli/tests/unit/console_test.ts +++ b/cli/tests/unit/console_test.ts @@ -1501,6 +1501,7 @@ unitTest(function inspectString(): void { unitTest(function inspectGetterError(): void { assertEquals( Deno.inspect({ + // deno-lint-ignore getter-return get foo() { throw new Error("bar"); }, |