chore: move layout test to __test__

This commit is contained in:
Aaron Yarborough 2024-08-22 19:45:55 +01:00
parent cfbce69539
commit e433d46cc4

View file

@ -1,6 +1,6 @@
/* eslint-env jest */
import { render, screen } from '@testing-library/react'
import DefaultLayout from './DefaultLayout'
import DefaultLayout from '../../src/layouts/DefaultLayout/DefaultLayout'
import '@testing-library/jest-dom'
describe('DefaultLayout', () => {