Skip to content

Commit 406bfd2

Browse files
committed
merge conflicts
2 parents cc1db4f + d0927af commit 406bfd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/todo-app/app/components/__tests__/add-todo.test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ function renderWithRouter(ui: React.ReactElement) {
1313
// hoist regex literals to top-level to satisfy biome's useTopLevelRegex
1414
const ADD_REGEX = /add/i;
1515

16+
// hoist regex literals to top-level to satisfy biome's useTopLevelRegex
17+
const ADD_REGEX = /add/i;
18+
1619
describe('AddTodo', () => {
1720
it('renders input and button', () => {
1821
const mockOnAdd = vi.fn();

0 commit comments

Comments
 (0)