imports cleanup

This commit is contained in:
Matthias Kretschmann 2023-02-05 22:52:47 +00:00
parent b2f3452277
commit 0ed52b4242
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,5 @@
import path from 'path'
import fs from 'fs'
import path from 'path'
import sharp from 'sharp'
import ico from 'sharp-ico'

View File

@ -1,10 +1,8 @@
import { jest } from '@jest/globals'
import '@testing-library/jest-dom/extend-expect'
import 'jest-canvas-mock'
import { jest } from '@jest/globals'
import { useLocation } from '../src/hooks/useLocation'
import framer from 'framer-motion'
import { dataLocation } from './__fixtures__/location'
import giphy from './__fixtures__/giphy.json'
import { dataLocation } from './__fixtures__/location'
import './__mocks__/matchMedia'
jest.mock('next/router', () => ({