Skip to content

Commit

Permalink
chore: remove .only in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Feb 13, 2022
1 parent 2dbfe1b commit f622efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/year-grid/app-year-grid.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ describe(appYearGridName, () => {
expectedTodayYearLabel,
] = a;

it.only(
it(
messageFormatter('renders title correctly when hovered (selectedYearLabel=%s, todayYearLabel=%s)', a),
async () => {
const dataMax = new Date(data.max);
Expand Down

0 comments on commit f622efa

Please sign in to comment.