Adrián Mouly
03/29/2022, 3:06 PMsst test
to execute some tests… I want to validate my resources name, but looks like when I use scope.stage
, the value is mapped to dev
… why is that? is that possible to be changed to something like test
?Frank
App
in your test? Can you try this?
const app = new App({ stage: "test" });
Adrián Mouly
04/06/2022, 10:04 PMAdrián Mouly
04/06/2022, 10:04 PM