CFE-16 fixed bug .env.local testing
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import '@testing-library/jest-dom'
|
||||
import {server} from "./mocks/server";
|
||||
|
||||
require('dotenv').config({path: './.env.local'});
|
||||
|
||||
jest.mock('next/router', () => jest.requireActual('next-router-mock'))
|
||||
|
||||
beforeAll(() => {
|
||||
|
||||
Reference in New Issue
Block a user