From b9d09358ed7c39798d4ffd63a51ebfdeb612d585 Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Fri, 15 Mar 2024 15:01:37 -0300 Subject: [PATCH] test: fix test --- __tests__/helpers.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/__tests__/helpers.tsx b/__tests__/helpers.tsx index 9edbdba..29f8203 100644 --- a/__tests__/helpers.tsx +++ b/__tests__/helpers.tsx @@ -2,7 +2,6 @@ import { PropsWithChildren } from 'react' import { FpjsClientOptions } from '@fingerprintjs/fingerprintjs-pro-spa' import { FpjsProvider } from '../src' import { act } from 'react-dom/test-utils' -import React from 'react' export const getDefaultLoadOptions = () => ({ apiKey: 'test_api_key',