vitormalencar/spoon

View on GitHub
src/components/Card.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

describe("Card Component", () => {
it("renders without crashing", () => {
const div = document.createElement("div");
ReactDOM.render(
<Router>
Severity: Major
Found in src/components/Card.test.js and 1 other location - About 1 day to fix
src/components/CardDetails.test.js on lines 8..41

There are no issues that match your filters.

Category
Status