How to test if a file was created?
I'm making a deno library that creates some folders and files, how can i check if it generates then correctly?
4 Replies
Deno.mkdir
will throw an error if it fails to create a directory. Including if the directory already exists.do i just plop this in my test file or what?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View