mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +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 fs from 'fs'
|
||||||
|
import path from 'path'
|
||||||
import sharp from 'sharp'
|
import sharp from 'sharp'
|
||||||
import ico from 'sharp-ico'
|
import ico from 'sharp-ico'
|
||||||
|
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
|
import { jest } from '@jest/globals'
|
||||||
import '@testing-library/jest-dom/extend-expect'
|
import '@testing-library/jest-dom/extend-expect'
|
||||||
import 'jest-canvas-mock'
|
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 giphy from './__fixtures__/giphy.json'
|
||||||
|
import { dataLocation } from './__fixtures__/location'
|
||||||
import './__mocks__/matchMedia'
|
import './__mocks__/matchMedia'
|
||||||
|
|
||||||
jest.mock('next/router', () => ({
|
jest.mock('next/router', () => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user