Skip to content

Commit

Permalink
test(registries): skip jsdelivr tentatively
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Mar 5, 2024
1 parent 26d3596 commit cbc9347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions test/integration/registries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ const SPECS = [
"cdn.jsdelivr.net/npm",
"https://cdn.jsdelivr.net/npm/preact@10.19.0",
],
/**
[
"cdn.jsdelivr.net/gh",
"https://cdn.jsdelivr.net/gh/hasundue/molt@8a4a9a7/lib/path.ts",
],
*/
[
"cdn.skypack.dev",
"https://cdn.skypack.dev/preact@10.19.0",
Expand Down
6 changes: 0 additions & 6 deletions test/snapshots/registries.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ snapshot[`registry - cdn.jsdelivr.net/npm 2`] = `true`;

snapshot[`registry - cdn.jsdelivr.net/npm 3`] = `false`;

snapshot[`registry - cdn.jsdelivr.net/gh 1`] = `true`;

snapshot[`registry - cdn.jsdelivr.net/gh 2`] = `true`;

snapshot[`registry - cdn.jsdelivr.net/gh 3`] = `false`;

snapshot[`registry - cdn.skypack.dev 1`] = `true`;

snapshot[`registry - cdn.skypack.dev 2`] = `true`;
Expand Down

0 comments on commit cbc9347

Please sign in to comment.