Skip to content

Commit

Permalink
Fix remove specs
Browse files Browse the repository at this point in the history
  • Loading branch information
demiazz committed Jun 7, 2017
1 parent fe4846a commit 4c28293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/manipulation/remove.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { remove } from "../../src";

describe("remove", () => {
afterEach(clearFixtures);

it("removes element if attached to DOM", () => {
useFixture(`<div class="root"></div>`);

Expand Down

0 comments on commit 4c28293

Please sign in to comment.