chore: move layout test to __test__
This commit is contained in:
parent
cfbce69539
commit
e433d46cc4
1 changed files with 1 additions and 1 deletions
|
@ -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', () => {
|
Loading…
Add table
Reference in a new issue