Skip to content

Commit

Permalink
Run the SVG tests on Linux now that we have the data from Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Jun 13, 2023
1 parent 1255783 commit 159f4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,5 @@ export function isRequestedToUpdateExpectedData(): boolean {
}

export function isSupportingSvgTests(): boolean {
return type() !== 'Linux';
return type() === 'Linux';
}

0 comments on commit 159f4e2

Please sign in to comment.