test(connectFactoryObservable): remove unused import

This commit is contained in:
Josep M Sobrepere 2020-06-24 23:04:21 +02:00
parent 1da984a2c3
commit ea9732d762

View File

@ -2,7 +2,7 @@ import { connectFactoryObservable } from "../src"
import { from, of, defer, concat, BehaviorSubject, throwError } from "rxjs"
import { renderHook, act as actHook } from "@testing-library/react-hooks"
import { render, act } from "@testing-library/react"
import { map, switchMap } from "rxjs/operators"
import { switchMap } from "rxjs/operators"
import { Component, ErrorInfo, FC } from "react"
import React from "react"