Skip to content

Commit

Permalink
chore: try fix win test
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Oct 19, 2020
1 parent 0f79fe4 commit 6b0fc15
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/view.test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import React, { useState } from "react";
import { mount } from "enzyme";

import {
unit,
useOwn
} from "../lib";

import { unit, useOwn } from "../lib";

test("should work unit arguments pass", () => {
let constr = jest.fn();
Expand Down

0 comments on commit 6b0fc15

Please sign in to comment.