Skip to content

Commit 7ffd448

Browse files
committed
Refactor test file names and import paths
1 parent 05475fc commit 7ffd448

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/utils/env.cjs

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
'use strict';
2+
require('dotenv').config();
3+
4+
/**
5+
* Retrieves the environment variables used in tests.
6+
*/
7+
const env = {
8+
conduitAPI: process.env.CONDUIT_API,
9+
};
10+
11+
module.exports = { env };

0 commit comments

Comments
 (0)