We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc1db4f + d0927af commit 406bfd2Copy full SHA for 406bfd2
apps/todo-app/app/components/__tests__/add-todo.test.tsx
@@ -13,6 +13,9 @@ function renderWithRouter(ui: React.ReactElement) {
13
// hoist regex literals to top-level to satisfy biome's useTopLevelRegex
14
const ADD_REGEX = /add/i;
15
16
+// hoist regex literals to top-level to satisfy biome's useTopLevelRegex
17
+const ADD_REGEX = /add/i;
18
+
19
describe('AddTodo', () => {
20
it('renders input and button', () => {
21
const mockOnAdd = vi.fn();
0 commit comments