chore: moved tests folder outside src folder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { appSendGet } from '../../../tests/utils'
|
||||
import { appSendGet } from '../../../../tests/utils'
|
||||
|
||||
describe('albumSearch requests', () => {
|
||||
it('should respond 200 to calls with term', async () => {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { appSendPost } from '../../../tests/utils'
|
||||
import { appSendPost } from '../../../../tests/utils'
|
||||
|
||||
describe('login-arl requests', () => {
|
||||
it('should respond 200 to calls with arl', async () => {
|
||||
|
||||
Reference in New Issue
Block a user