From b2a4c2e4f650f84a4f22c655a6b504b00fe0f72f Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 3 Jun 2021 01:12:28 +0200 Subject: build: collect wpt results as json (#10823) --- tools/wpt/utils.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/wpt') diff --git a/tools/wpt/utils.ts b/tools/wpt/utils.ts index 6d982068b..cb454300b 100644 --- a/tools/wpt/utils.ts +++ b/tools/wpt/utils.ts @@ -38,7 +38,8 @@ export type ManifestTestVariation = [ options: ManifestTestOptions, ]; export interface ManifestTestOptions { - name?: string; + // deno-lint-ignore camelcase + script_metadata: [string, string][]; } const MANIFEST_PATH = join(ROOT_PATH, "./tools/wpt/manifest.json"); -- cgit v1.2.3