We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02aad71 commit 6c10e20Copy full SHA for 6c10e20
tests/helper.js
@@ -1,7 +1,7 @@
1
import { exec } from 'child_process';
2
import util from 'util';
3
-import dotenv from 'dotenv';
4
-dotenv.config();
+// import dotenv from 'dotenv';
+// dotenv.config();
5
6
const execAsync = util.promisify(exec);
7
0 commit comments