Skip to content

Commit 6c10e20

Browse files
committed
removed dotenv
1 parent 02aad71 commit 6c10e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/helper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { exec } from 'child_process';
22
import util from 'util';
3-
import dotenv from 'dotenv';
4-
dotenv.config();
3+
// import dotenv from 'dotenv';
4+
// dotenv.config();
55

66
const execAsync = util.promisify(exec);
77

0 commit comments

Comments
 (0)