Skip to content

Commit

Permalink
[Tests] update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 2, 2024
1 parent 56f571f commit 91847d4
Show file tree
Hide file tree
Showing 11 changed files with 252 additions and 48 deletions.
54 changes: 54 additions & 0 deletions test/fixtures/graph-engines-only/ideal-dev-entries
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,24 @@
"node": ">=0.1.90"
}
],
[
"data-view-buffer",
{
"node": ">= 0.4"
}
],
[
"data-view-byte-length",
{
"node": ">= 0.4"
}
],
[
"data-view-byte-offset",
{
"node": ">= 0.4"
}
],
[
"decamelize",
{
Expand Down Expand Up @@ -107,6 +125,12 @@
"node": ">= 0.4"
}
],
[
"es-object-atoms",
{
"node": ">= 0.4"
}
],
[
"es-set-tostringtag",
{
Expand Down Expand Up @@ -227,6 +251,12 @@
"node": ">= 0.4"
}
],
[
"is-data-view",
{
"node": ">= 0.4"
}
],
[
"is-date-object",
{
Expand Down Expand Up @@ -263,6 +293,12 @@
"node": ">= 0.4"
}
],
[
"is-shared-array-buffer",
{
"node": ">= 0.4"
}
],
[
"is-stream",
{
Expand Down Expand Up @@ -383,6 +419,12 @@
"node": ">=4"
}
],
[
"possible-typed-array-names",
{
"node": ">= 0.4"
}
],
[
"promise-deferred",
{
Expand Down Expand Up @@ -473,6 +515,12 @@
"node": ">= 0.4"
}
],
[
"string.prototype.trimstart",
{
"node": ">= 0.4"
}
],
[
"strip-ansi",
{
Expand Down Expand Up @@ -515,6 +563,12 @@
"node": ">= 0.4"
}
],
[
"typed-array-length",
{
"node": ">= 0.4"
}
],
[
"which-typed-array",
{
Expand Down
54 changes: 54 additions & 0 deletions test/fixtures/graph-engines-only/ideal-entries
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,24 @@
"node": ">=0.1.90"
}
],
[
"data-view-buffer",
{
"node": ">= 0.4"
}
],
[
"data-view-byte-length",
{
"node": ">= 0.4"
}
],
[
"data-view-byte-offset",
{
"node": ">= 0.4"
}
],
[
"decamelize",
{
Expand Down Expand Up @@ -107,6 +125,12 @@
"node": ">= 0.4"
}
],
[
"es-object-atoms",
{
"node": ">= 0.4"
}
],
[
"es-set-tostringtag",
{
Expand Down Expand Up @@ -227,6 +251,12 @@
"node": ">= 0.4"
}
],
[
"is-data-view",
{
"node": ">= 0.4"
}
],
[
"is-date-object",
{
Expand Down Expand Up @@ -263,6 +293,12 @@
"node": ">= 0.4"
}
],
[
"is-shared-array-buffer",
{
"node": ">= 0.4"
}
],
[
"is-stream",
{
Expand Down Expand Up @@ -389,6 +425,12 @@
"node": ">=4"
}
],
[
"possible-typed-array-names",
{
"node": ">= 0.4"
}
],
[
"promise-deferred",
{
Expand Down Expand Up @@ -479,6 +521,12 @@
"node": ">= 0.4"
}
],
[
"string.prototype.trimstart",
{
"node": ">= 0.4"
}
],
[
"strip-ansi",
{
Expand Down Expand Up @@ -521,6 +569,12 @@
"node": ">= 0.4"
}
],
[
"typed-array-length",
{
"node": ">= 0.4"
}
],
[
"which-typed-array",
{
Expand Down
24 changes: 18 additions & 6 deletions test/fixtures/graph-root-same/ideal-dev-entries
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[
[
"@aashutoshrathi/word-wrap",
{
"node": ">=0.10.0"
}
],
[
"@babel/helper-validator-identifier",
{
Expand Down Expand Up @@ -823,6 +817,12 @@
"node": ">=4"
}
],
[
"is-map",
{
"node": ">= 0.4"
}
],
[
"is-npm",
{
Expand Down Expand Up @@ -853,6 +853,12 @@
"node": ">=0.10.0"
}
],
[
"is-set",
{
"node": ">= 0.4"
}
],
[
"is-stream",
{
Expand Down Expand Up @@ -1738,6 +1744,12 @@
"node": ">=4"
}
],
[
"word-wrap",
{
"node": ">=0.10.0"
}
],
[
"wrap-ansi",
{
Expand Down
Loading

0 comments on commit 91847d4

Please sign in to comment.