Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ describe(`<CartLineImage />`, () => {
expect(wrapper).not.toContainReactComponent(Image);
});

// eslint-disable-next-line jest/expect-expect
it.skip(`typescript types`, () => {
// this test is actually just using //@ts-expect-error as the assertion, and don't need to execute in order to have TS validation on them
// I don't love this idea, but at the moment I also don't have other great ideas for how to easily test our component TS types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ describe('<Image />', () => {
});
});

// eslint-disable-next-line jest/expect-expect
it.skip(`typescript types`, () => {
// this test is actually just using //@ts-expect-error as the assertion, and don't need to execute in order to have TS validation on them
// I don't love this idea, but at the moment I also don't have other great ideas for how to easily test our component TS types
Expand Down