Skip to content

Commit

Permalink
fix reporter looking weird with subtabs
Browse files Browse the repository at this point in the history
  • Loading branch information
kolodny committed Jan 15, 2024
1 parent 6e89ee3 commit 3950ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/vite-react-ts/src/report/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const Test: React.FunctionComponent<
});
}
tabs.push({
title: upperFirst(type),
title: <span style={{ padding: 8 }}>{upperFirst(type)}</span>,
content: <Tabs tabs={subTabs} />,
});
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safetest",
"version": "0.1.9",
"version": "0.1.10",
"description": "Safetest is a powerful UI testing library that combines Playwright, Jest, and React for a powerful end-to-end testing solution for applications and component testing. With Safetest, you can easily test the functionality and appearance of your application, ensuring that it works as expected and looks great on all devices.",
"main": "lib/index.js",
"bin": "./lib/cli.js",
Expand Down

0 comments on commit 3950ee2

Please sign in to comment.