forked from cardosofelipe/pragma-stack
chore(frontend): update exports and fix lint issues
- Update projects/index.ts to export new list components - Update prototypes page to reflect #53 implementation at / - Fix unused variable in ErrorBoundary.test.tsx
This commit is contained in:
@@ -299,9 +299,7 @@ describe('ErrorBoundary', () => {
|
||||
expect(icons.length).toBeGreaterThan(0);
|
||||
});
|
||||
|
||||
it('reset button is keyboard accessible', async () => {
|
||||
const user = userEvent.setup();
|
||||
|
||||
it('reset button is keyboard accessible', () => {
|
||||
render(
|
||||
<ErrorBoundary>
|
||||
<ThrowingComponent shouldThrow={false} />
|
||||
|
||||
Reference in New Issue
Block a user