This message was deleted.
# general
s
This message was deleted.
w
What kind of testing are you doing? If you don't need them to be stack outputs, you can move your implementation into a separate file, export everything you want for testing purposes from that, and then import that into
index.ts
and only export the things you want to be stack exports from that. Whether that makes sense or not depends on how you want to structure your testing.
w
ah good call, that’s perfect, thanks