diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-05-01 18:07:32 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-01 14:37:32 +0200 |
| commit | 89160e7cd8647fdf2ebaec45259775be89aa69c7 (patch) | |
| tree | a9b5df0d14ee59b6de7105d72557d4643bad41e9 /.dprint.json | |
| parent | b31cf9fde6ad5398c20370c136695db77df6beeb (diff) | |
chore(ext/websocket): readd autobahn|testsuite fuzzingclient (#18903)
This reverts commit
https://github.com/denoland/deno/commit/17d1c7e444542f43229a047853605ac22081abdf.
The `Deno.serve` signature update in
https://github.com/denoland/deno/pull/18759 broke the testee server
right after this patch landed on `main`.
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.dprint.json b/.dprint.json index b8af9469f..07124d662 100644 --- a/.dprint.json +++ b/.dprint.json @@ -13,7 +13,9 @@ "associations": "**/*.rs", "rustfmt": "rustfmt --config imports_granularity=item" }, - "includes": ["**/*.{ts,tsx,js,jsx,json,md,toml,rs}"], + "includes": [ + "**/*.{ts,tsx,js,jsx,json,md,toml,rs}" + ], "excludes": [ ".cargo_home", ".git", @@ -48,7 +50,8 @@ "tools/node_compat/TODO.md", "tools/node_compat/versions", "tools/wpt/expectation.json", - "tools/wpt/manifest.json" + "tools/wpt/manifest.json", + "ext/websocket/autobahn/reports" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.84.2.wasm", |
