vitormalencar/spoon

View on GitHub
src/components/BouncingLoader.test.js

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Invalid

it("renders without crashing", () => {
const div = document.createElement("div");
ReactDOM.render(<BouncingLoader />, div);
ReactDOM.unmountComponentAtNode(div);
});
Severity: Major
Found in src/components/BouncingLoader.test.js and 1 other location - About 1 hr to fix
src/App.test.js on lines 5..9

There are no issues that match your filters.

Category
Status