CFE-6 Fixed env file

This commit is contained in:
AmirHossein Mahmoodi
2023-10-02 16:13:04 +03:30
parent 7e2c18ca6c
commit e39acb63f4
2 changed files with 1 additions and 4 deletions

View File

@@ -2,8 +2,6 @@ import '@testing-library/jest-dom'
import {server} from "./mocks/server";
import mockRouter from 'next-router-mock'
require('dotenv').config({path: './.env.local'});
jest.mock('next/router', () => jest.requireActual('next-router-mock'))
beforeAll(() => {