diff options
author | Satya Rohith <me@satyarohith.com> | 2021-04-28 19:38:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 10:08:51 -0400 |
commit | 2bd087ab1b2c2047b1681b8bb369a1f8acf30019 (patch) | |
tree | 5a8cc8fdb5956e9396416dbe473440c449161c24 /cli/tests | |
parent | 8c6f97719215815eae63cfb7cdcb5def27756a3a (diff) |
chore: upgrade dprint plugins (#10397)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/type_headers_deno_types.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/type_headers_deno_types.ts b/cli/tests/type_headers_deno_types.ts index 7e5438cdb..92391c666 100644 --- a/cli/tests/type_headers_deno_types.ts +++ b/cli/tests/type_headers_deno_types.ts @@ -2,10 +2,10 @@ * Following import uses two distinct ways to provide types: * - X-TypeScript-Types headers * - @deno-types directive - * + * * Because "@deno-types" directive must be placed by user explicitly it * should have higher precedence than type header. - * + * * This is verified by providing conflicting type declaration * depending on a way. There should be no TS error, otherwise * it means that wrong type declarations are used (from X-TypeScript-Types) |