Skip to content

Commit b57d895

Browse files
committed
using secret variables
1 parent 6b6a68e commit b57d895

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)