Skip to content

Commit

Permalink
get rid of unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
lperson committed Apr 29, 2024
1 parent a226e7f commit 2ea8cb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions __test__/setup.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { configure } from "enzyme";
import Adapter from "enzyme-adapter-react-16";

import { r } from "../src/server/models";

configure({ adapter: new Adapter() });

// server/api/campaign.test.js has some long tests so we increase from 5sec default
Expand Down

0 comments on commit 2ea8cb1

Please sign in to comment.