CFE-6 Fixed env file
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user