How to Write File-Based JavaScript Tests With Real Files
Hey guys, this post is about writing tests for projects that access the file system by reading and writing files to disk.
A lot of my past projects in some way had to do with file access. I started to test with mocking libraries like mock-fs, but soo...
dworddesign.hashnode.dev5 min read