mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
imports cleanup
This commit is contained in:
parent
b2f3452277
commit
0ed52b4242
@ -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'
|
||||
|
||||
|
@ -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', () => ({
|
||||
|
Loading…
Reference in New Issue
Block a user