Skip to content

Create simple test for each component #19

@shmup

Description

@shmup

They might not all be quite this simple, but the idea holds:

it('renders without crashing', () => {
  const div = document.createElement('div');
  ReactDOM.render(<App />, div);
});

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions