Skip to content

Commit

Permalink
fix(core): Fix filtering PaginatedList results
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jul 17, 2019
1 parent ab662a1 commit b6a365f
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 130 deletions.
25 changes: 0 additions & 25 deletions packages/core/e2e/__snapshots__/product.e2e-spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -126,28 +126,3 @@ Object {
],
}
`;

exports[`Product resolver products list query sorts by name 1`] = `
Array [
"Bonsai Tree",
"Boxing Gloves",
"Camera Lens",
"Clacky Keyboard",
"Cruiser Skateboard",
"Curvy Monitor",
"Football",
"Gaming PC",
"Hard Drive",
"Instant Camera",
"Laptop",
"Orchid",
"Road Bike",
"Running Shoe",
"SLR Camera",
"Skipping Rope",
"Spiky Cactus",
"Tent",
"Tripod",
"USB Cable",
]
`;
Loading

0 comments on commit b6a365f

Please sign in to comment.