Skip to content

Commit

Permalink
fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blm committed Nov 29, 2023
1 parent dd0df3e commit 02630a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/parallel-scripture/ParallelScripture.spec.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import React from "react";
import { TextField } from "@material-ui/core";
import {
ParallelScripture,
ResourcesContextProvider,
} from "scripture-resources-rcl";
import { resourceFromResourceLink } from "../../core";

// To do: Implement a new strategy for how to test functional components
// - probably by using React Testing Library instead of Enzyme
Expand Down

0 comments on commit 02630a3

Please sign in to comment.