From b324bfa160e02d3c3c7c305c215bca1983316716 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 3 Oct 2024 22:53:12 +1000 Subject: [PATCH] chore: re-enable `test:browser` task in CI (#6070) * chore: re-enable `test:browser` task in CI * update workspace members --------- Co-authored-by: Yoshiya Hinosawa --- .github/workflows/ci.yml | 5 ++--- browser-compat.tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45c82a934..ae0597dc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,9 +43,8 @@ jobs: TZ=America/Toronto deno test datetime if: matrix.os == 'ubuntu-latest' - # TODO(kt3k): Enable this test when `deno check` command supports workspace resolution - # - name: Type check browser compatible modules - # run: deno task test:browser + - name: Type check browser compatible modules + run: deno task test:browser - name: Generate lcov run: deno task cov:gen diff --git a/browser-compat.tsconfig.json b/browser-compat.tsconfig.json index 8f0faa7cc..080cd11c9 100644 --- a/browser-compat.tsconfig.json +++ b/browser-compat.tsconfig.json @@ -12,6 +12,7 @@ "./assert", "./async", "./bytes", + "./cache", "./cli", "./collections", "./crypto", @@ -45,7 +46,6 @@ "./text", "./toml", "./ulid", - "./url", "./uuid", "./webgpu", "./yaml"