diff --git a/test/dev.ts b/test/dev.ts index 728ed5ad4..7ac7a730a 100644 --- a/test/dev.ts +++ b/test/dev.ts @@ -3,6 +3,9 @@ import path from 'path'; import express from 'express'; import { v4 as uuid } from 'uuid'; import payload from '../src'; +import * as dotenv from "dotenv"; + +dotenv.config(); const [testSuiteDir] = process.argv.slice(2);