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

3
.gitignore vendored
View File

@@ -27,8 +27,7 @@ node_modules
cypress/videos
cypress/screenshots
.next
.env.local
.env.test
.env*
.env
.idea
package-lock.json

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