/ tests / utils / load-env.js
load-env.js
1  /**
2   * Test utility shim for load-env.js
3   *
4   * Re-exports the real load-env.js from src/ so integration tests that import
5   * '../utils/load-env.js' (relative to tests/payments/) can load .env files
6   * the same way production code does.
7   */
8  
9  import '../../src/utils/load-env.js';