chore: remove useless mock file

This commit is contained in:
Alessio Gravili
2024-03-04 14:37:55 -05:00
parent 4a2d52717c
commit 995ae21075
2 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import { Users } from './collections/Users'
// NOTE: may need to create .env file for testing // NOTE: may need to create .env file for testing
dotenv.config({ dotenv.config({
path: path.resolve(__dirname, '.env'), path: path.resolve(process.cwd(), './test/plugin-cloud/.env'),
}) })
export default buildConfigWithDefaults({ export default buildConfigWithDefaults({

View File

@@ -1 +0,0 @@
export const payloadCloud = () => (config) => config