MV-Consulting/cdk-hugo-pipeline

bug: fix unit tests in using stack

mavogel opened this issue · 0 comments

for now it is the following

test('Snapshot', () => {
  expect(true).toBe(true);
});

as it is not recognized that the env is passed through until the stack within the stage.