chore: remove useless mock file
This commit is contained in:
@@ -9,7 +9,7 @@ import { Users } from './collections/Users'
|
||||
|
||||
// NOTE: may need to create .env file for testing
|
||||
dotenv.config({
|
||||
path: path.resolve(__dirname, '.env'),
|
||||
path: path.resolve(process.cwd(), './test/plugin-cloud/.env'),
|
||||
})
|
||||
|
||||
export default buildConfigWithDefaults({
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export const payloadCloud = () => (config) => config
|
||||
Reference in New Issue
Block a user