I want to test if the nitro storage returns a certain item. How do I write a test for it?
In my endpoint I use a server util with the function getContent(path), that's what I want to unit test.
It's a server plugin that sets up the storage in the first place.