chore: moved tests folder outside src folder

This commit is contained in:
Roberto Tonino
2021-05-11 21:09:00 +02:00
parent cbd6bd4791
commit 8c92f78e52
5 changed files with 4 additions and 4 deletions

View File

@@ -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 () => {

View File

@@ -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 () => {