Skip to content

Commit ee6abf1

Browse files
committed
move dotenv, it's not getting picked up for some reason. works local...
1 parent 8a218d0 commit ee6abf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/xrp/test/single-node-stack.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import * as config from "../lib/config/XRPConfig";
55
import { XRPCommonStack } from "../lib/common-stack";
66
import { XRPSingleNodeStack } from "../lib/single-node-stack";
77

8-
dotenv.config({ path: './test/.env-test' });
98

109
describe("XRPSingleNodeStack", () => {
1110
test("synthesizes the way we expect", () => {
11+
dotenv.config({ path: './test/.env-test' });
1212
const app = new cdk.App();
1313
const xrpCommonStack = new XRPCommonStack(app, "xrp-common", {
1414
env: { account: config.baseConfig.accountId, region: config.baseConfig.region },

0 commit comments

Comments
 (0)