Skip to content

Commit

Permalink
Move: tests directory location to be global within src
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSiby committed Oct 12, 2023
1 parent 3ecf29f commit 338e9fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { render, waitFor } from '@testing-library/react'
import { Provider } from 'react-redux'
import { store } from '../../../app/store'
import { store } from '../app/store'
import axios from 'axios'
import MockAdapter from 'axios-mock-adapter'
import BookList from '..'
import BookList from '../components/BookList'

const mock = new MockAdapter(axios)

Expand Down

0 comments on commit 338e9fc

Please sign in to comment.