hey guys, I'm using clojurescript on node and I want to make a promise that runs on a use-fixtures for generating some files before a test
use-fixtures
and deleting some files after this test
anyone knows how to do this or has did this?